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
Allocation tracker: fix the live heap tracking (#453)
- Rewrite the bitset data structure to avoid collisions
- Introduce benchmarks for the bitset data structure
- Add a document explaining the general strategy & alternatives
Refer to `docs/allocation_tracker.md`