This website requires JavaScript.
Explore
Help
Sign In
CocosPlugin
/
esengine
Watch
1
Star
0
Fork
0
You've already forked esengine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
da8b7cf60154266f3fdbc042682b01ad54e8cb16
esengine
/
packages
/
core
/
tests
/
ECS
/
Utils
History
MirageTank
da8b7cf601
重构位掩码数据结构,修复部分方法未考虑扩展位的问题
...
- 所有操作均考虑扩展位、扩展长度不一致的使用场景,无感扩容掩码位 - 使用定长数组存储高低位,遍历友好,为高效哈希计算提供结构支持 - 补充相应单元测试,覆盖所有方法及分支
2025-10-03 16:55:07 +08:00
..
BigIntCompatibility.test.ts
重构位掩码数据结构,修复部分方法未考虑扩展位的问题
2025-10-03 16:55:07 +08:00
Bits.test.ts
支持分层 BitMask 自动扩容,避免用户超过组件后报错问题
2025-09-30 15:38:50 +08:00
ComponentSparseSet.test.ts
优化内部组件索引机制(更改为SparseSet索引)减少用户切换索引成本
2025-08-15 12:58:55 +08:00
IdentifierPool.test.ts
使用Lerna 和 monorepo管理项目结构
2025-08-07 13:29:12 +08:00
Matcher.test.ts
导出soa装饰器
2025-08-11 09:01:01 +08:00
SparseSet.test.ts
优化内部组件索引机制(更改为SparseSet索引)减少用户切换索引成本
2025-08-15 12:58:55 +08:00