Skip to content

Commit cc7daa6

Browse files
committed
Cleanup codebase
1 parent a39fc8d commit cc7daa6

File tree

9 files changed

+923
-507
lines changed

9 files changed

+923
-507
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,4 @@ drafts/
6464
.vitepress/dist
6565

6666
# Luau tools
67-
/tools
6867
profile.*

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The format is based on [Keep a Changelog][kac], and this project adheres to
165165

166166
- Separates ranges for components and entity IDs.
167167

168-
- IDs created with `world:component()` will promote array lookups rather than map lookups in the `componentIndex` which is a significant boost
168+
- IDs created with `world:component()` will promote array lookups rather than map lookups in the `component_index` which is a significant boost
169169

170170
- No longer caches the column pointers directly and instead the column indices which stay persistent even when data is reallocated during swap-removals
171171
- This was an issue with the iterator being invalidated when you move an entity to a different archetype.

0 commit comments

Comments
 (0)