Releases: tlk00/BitMagic
Releases · tlk00/BitMagic
BitMagic release v3.9.0
- improved C++11 compatibility, added move constructors, assignmnets.
- improved performance of bm::sparse_vector<> container, faster import and export
- added libbm C library based on top of C++, but can be compiled without exceptions, RTTI, STL and C++ runtime dependency
BitMagic release v3.8.0
- Fixed bug of incorrect buffer management on Windows/DLLs when bit-vectros are instantiated and used in different DLLs.
- Changed buffer management for full blocks.
- Improved doxygen markup and documentation.
- Implemented new sparse container for integer types, based on bit-transposition.
New container offers in-memory compression of non-random data based on bvector<>, dynamic adjustment of bitness, serialization and new algorithms.