Zakero's C++ Header Libraries
A collection of reusable C++ libraries
|
Add support for huge file sizes (64-bit / huge table fs)
Be able to defrag the memory pool
Pass a lambda to the resize() method so that how the memory is moved can be controlled. For example, if the memory was holding a texture, the texture should be "clipped" or "zero'ed" space added around the existing data.
Be able to initialize a MemoryPool with a Unix File Descriptor and the file size.
Add meta data to ZAKERO_PROFILER_DURATION
Add meta data to ZAKERO_PROFILER_INSTANT
Add support for std::filesystem
Add error handling
Look into converting Duration to use a "Complete" event (phase = 'X').