Commit ca80e4d
perf: increase default capacity from 16 to 128 for better performance
- Reduces tree height for same number of elements
- Fewer node traversals during lookups
- Better cache locality within nodes
- All tests pass with new capacity
Co-authored-by: Ona <no-reply@ona.com>1 parent 403d8c3 commit ca80e4d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments