Commit 46fcb48
committed
Add SparseElement indexed storage variant
Introduce a new `SparseElement` variant to `IndexedProperties` that stores
simple values (data descriptors with all flags true) in a hash map without
full property descriptors. This optimizes memory usage for sparse arrays.1 parent 085fbd3 commit 46fcb48
File tree
4 files changed
+188
-119
lines changed- cli/src/debug
- core/engine/src
- object
- value
- docs
4 files changed
+188
-119
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments