bits多态改为POD+原地操作

This commit is contained in:
YHH
2025-09-03 10:29:43 +08:00
parent bda547dd2e
commit 4869f5741e
6 changed files with 325 additions and 504 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ export { IdentifierPool } from './IdentifierPool';
export { Matcher } from './Matcher';
export { Bits } from './Bits';
export { ComponentTypeManager } from './ComponentTypeManager';
export { BigIntFactory } from './BigIntCompatibility';
export { BitMask64Utils, BitMask64Data } from './BigIntCompatibility';
export { SparseSet } from './SparseSet';
export { ComponentSparseSet } from './ComponentSparseSet';