header only library for compressing arrays of integers
  • C++ 81%
  • CMake 19%
Find a file
2023-08-03 11:52:10 +02:00
cmake Updated makefile 2022-08-29 09:13:20 +02:00
include fall throug warning 2023-08-03 11:52:10 +02:00
.gitignore Updated makefile 2022-08-29 09:13:20 +02:00
changelog fall throug warning 2023-08-03 11:52:10 +02:00
CMakeLists.txt fall throug warning 2023-08-03 11:52:10 +02:00
LICENSE_1_0.txt cmake file added, for installation and unit testing 2021-10-21 07:21:08 +02:00
README.md cmake file added, for installation and unit testing 2021-10-21 07:21:08 +02:00
squeeze-config.cmake.in cmake file added, for installation and unit testing 2021-10-21 07:21:08 +02:00
unit-test.cpp Updated makefile 2022-08-29 09:13:20 +02:00

squeeze

This is a simple header only library for compressing arrays of integers with increasing value. It is space efficient, very fast, and easy to use.