just_memory 0.1.0
just_memory: ^0.1.0 copied to clipboard
High-performance shared memory management.
Changelog #
0.1.0 - 2026-04-18 #
Initial release of Just Memory, a performance-focused shared memory management package for the Just Game Engine ecosystem.
Added #
- Object pooling utilities for high-churn runtime objects.
- Memory scopes for deterministic scene and subsystem cleanup.
- Reference-counted shared resource management.
- Budgeted caches with predictable eviction behavior.
- Arena-style contiguous storage for hot simulation loops.
- Runtime memory profiling snapshots and debug-oriented leak tracking.