How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
FastMM is a fast replacement memory manager for Embarcadero Delphi applications that scales well across multiple threads and CPU cores, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files.
The main features of pleriche/fastmm5 are: Memory Management.
Projects with overlapping indexed features include: andremussche/scalemm — ScaleMM is faster and scales a lot better than FastMM in multithreaded scenarios. bullno1/ugc — A single-header incremental garbage collector library. d-mozulyov/brainmm — Several years ago, I started studying garbage collection algorithms and memory management principles in such systems.… facebook/fbmemoryprofiler — An iOS library providing developer tools for browsing objects in memory over time, using FBAllocationTracker and… maximmasiutin/fastmm4-avx — FastMM4-AVX (efficient synchronization and AVX1/AVX2/AVX512/ERMS/FSRM support for FastMM4) - Copyright (C) 2017-2020… nothings/stb — This project is a collection of portable, header-only C functions designed for integration into software projects…
Several years ago, I started studying garbage collection algorithms and memory management principles in such systems. Rare defragmentation and fast memory allocation at the end of the pool are considered to be performed by the memory manager with a more effective principle of garbage collection…
An iOS library providing developer tools for browsing objects in memory over time, using FBAllocationTracker and FBRetainCycleDetector.
ScaleMM is faster and scales a lot better than FastMM in multithreaded scenarios.