sparsepp v0.9 Release Notes

Release Date: 2017-02-05 // about 7 years ago
  • ๐Ÿš€ The first official release of sparsepp - production ready on linux/macos.

    ๐Ÿ I do not consider it production ready on Windows, because the realloc implementation on this platform seems to waste an inordinate amount of memory when reallocating (and sparsepp does a lot of reallocations), so the memory usage is much greater on Windows than it should be.

    ๐ŸŽ To address this issue, I am currently implementing a custom allocator which will fix this memory usage issue on windows, and should also increase performance on all platforms. This will be version 1.0, as it will truly fulfill the promise of low memory usage on all platforms.