Files
obsidian-notes/3Resources/游戏开发/性能优化/卡片/内存碎片如何优化.md
2025-07-19 16:40:04 +08:00

93 B

  • 大对象尽量复用,比如数组,可以在开头就分配好空间
    • new int[1000]