添加数据库tag

This commit is contained in:
Zane
2025-09-30 10:01:57 +08:00
parent 312685fc77
commit f1ae55c378
12 changed files with 69 additions and 1 deletions

View File

@@ -1,2 +1,10 @@
---
tags:
- 性能优化
- 内存优化
- 内存碎片
---
- 大对象尽量复用,比如数组,可以在开头就分配好空间
- new int\[1000]