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
src: fast deinit feature. (#15)
* src: fast deinit feature.
don't traverse the tree in deinit(), if the memory can be freed on the allocator level.
useful for arena and fixed buffer allocators.
src: deleteAt now returns a KV pair. (#5)
* src: deleteAt now returns a KV pair.
src: fix some typos and improve comments.
* .github/workflows: use v2 of goto-bus-stop/setup-zig and zig v0.11.0.