C++ memory allocator with smart GC
Stars
54
Forks
4
Watchers
54
Open Issues
22
Overall repository health assessment
No package.json found
This might not be a Node.js project
Improved logging subsystem. Now logger is always available but controlled with the `MPP_LOG_LEVEL` environment variable.
cff08eeView on GitHubSeparated chunk_treap/gc_graph visualizers into separate files
3950275View on GitHubFixed: Update set of pointing-to vertices for each neighbor of unreachable vertex
9cec0beView on GitHubUpdated README.md, added usage example for the on-demand objects graph generation
c2f48dfView on GitHubFixed performance bottleneck due to redundant DFS iterations
1af61b7View on GitHubTemporarily disabled Linked List layouting + updated visualization mechanisms
1dcf2e8View on GitHubGenerateGraphvizLayoutSimple added a mode to skip drawing flat heap view [skip-ci] [skip-bench]
4900e03View on GitHubDo not initialize m_references in .Reset() [skip-ci] [skip-bench]
d471955View on GitHubFIxes a bug when GcGraph could created 2 vertices which would manage the same object. Fixes #88.
183d2b4View on GitHubRemoved unnecessary references initialization (#e4746301) [skip-ci] [skip-bench]
d9cec76View on GitHubChanged SharedGcPtr semantics. Now if it points to nullptr, the references count variable will not be initialized.
e474630View on GitHub