Clyne
|
b1edf2867c
|
add huffman_compress_array helper
|
3 years ago |
Clyne
|
6b2828c6f0
|
add helper for compressing arrays; support unsigned data
|
3 years ago |
Clyne
|
58cdbb6a1b
|
Merge pull request #4 from friendlyanon/master
Include CPack only if top level project
|
4 years ago |
friendlyanon
|
334dfb7027
|
Include CPack only if top level project
|
4 years ago |
Clyne
|
2028b12fda
|
Fixed decoder::end() for uncompressed scenario
See issue #2
|
4 years ago |
Clyne
|
365deff037
|
Fix godbolt links for new include location
|
4 years ago |
Clyne
|
f61645c9e4
|
Merge pull request #1 from friendlyanon/master
CMake project structure
|
4 years ago |
friendlyanon
|
cc0f7a1151
|
Fix include path in readme
|
4 years ago |
friendlyanon
|
2415a71e3c
|
Add root lists file
|
4 years ago |
friendlyanon
|
02bc4b4654
|
Move the library header to the include folder
|
4 years ago |
Clyne
|
7a63ba6dc7
|
adding missing returns for cbegin and cend
|
4 years ago |
Clyne
|
36e3f1a0fa
|
Update README.md
|
4 years ago |
Clyne
|
0d18b4ba03
|
Update README.md
|
4 years ago |
Clyne
|
9b019e37aa
|
Clean up readme, add guide
|
4 years ago |
Clyne
|
9eea49e312
|
Rename decoder
|
4 years ago |
Clyne
|
39cacdf68c
|
Add data(); optimize decoder
|
4 years ago |
Clyne
|
0a217fa486
|
Add size()
|
4 years ago |
Clyne
|
d405af197f
|
Update README.md
|
4 years ago |
Clyne
|
3d514db570
|
Add noexcept; modify to support literal suffix
|
4 years ago |
Clyne
|
edd9cb61cc
|
Add usize_t, now obeys -pedantic
|
4 years ago |
Clyne
|
3173747326
|
Update readme for new features
|
4 years ago |
Clyne
|
4a81241a82
|
Optimized decoder increment
|
4 years ago |
Clyne
|
cfbe244e90
|
decoder conforms to std::forward_iterator
|
4 years ago |
Clyne
|
2fbe5393df
|
prevent compression if it doesn't save space
|
4 years ago |
Clyne
|
e58cd38132
|
fixed bytes_saved for reporting negative values
|
4 years ago |
Clyne
|
d2249cbbfa
|
Update README.md
|
4 years ago |
Clyne
|
50d13782ee
|
include size of decode tree
|
4 years ago |
Clyne
|
53a84d17ac
|
cleanup part 2; done
|
4 years ago |
Clyne
|
b0c7f9c059
|
cleanup part 1
|
4 years ago |
Clyne
|
18fe8ea65d
|
Fix issues with last bits
|
4 years ago |
Clyne
|
70bb15bd3c
|
Added iterative decoder; fixed bit alignments
|
4 years ago |
Clyne
|
40fc0b29f5
|
Added missing deallocation
|
4 years ago |
Clyne
|
c4a598007b
|
Figured out class organization
|
4 years ago |
Clyne
|
bb8510a962
|
Revert attempt to switch from struct to class
|
4 years ago |
Clyne
|
ca567e69d8
|
Create consteval_huffman.hpp
|
4 years ago |
Clyne
|
88a61f1639
|
Initial commit
|
4 years ago |