You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This implements a single allocation strategy that combines node, key,
and value into one contiguous memory block, reducing memory usage by
54%. It optimizes insertion by eliminating double tree traversal,
achieving 3-4x faster performance.
In addition, this enhances the test suite with red-black tree property
validation, memory stress testing for 100,000 elements, and edge case
coverage.
0 commit comments