index
:
clyne/consteval-huffman
master
memoize
Compile-time Huffman coding compression in modern C++
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2020-12-31
memoize node list and sizes (issue #3)
memoize
Clyne Sullivan
2020-12-31
Fixed decoder::end() for uncompressed scenario
clyne
See issue #2
2020-12-31
Fix godbolt links for new include location
clyne
2020-12-31
Merge pull request #1 from friendlyanon/master
clyne
CMake project structure
2020-12-30
Fix include path in readme
friendlyanon
2020-12-30
Add root lists file
friendlyanon
2020-12-30
Move the library header to the include folder
friendlyanon
2020-12-30
adding missing returns for cbegin and cend
clyne
2020-12-30
Update README.md
clyne
2020-12-29
Update README.md
clyne
2020-12-29
Clean up readme, add guide
clyne
2020-12-29
Rename decoder
clyne
2020-12-29
Add data(); optimize decoder
clyne
2020-12-29
Add size()
clyne
2020-12-28
Update README.md
clyne
2020-12-28
Add noexcept; modify to support literal suffix
clyne
2020-12-27
Add usize_t, now obeys -pedantic
clyne
2020-12-27
Update readme for new features
clyne
2020-12-27
Optimized decoder increment
clyne
2020-12-27
decoder conforms to std::forward_iterator
Clyne Sullivan
2020-11-15
prevent compression if it doesn't save space
clyne
2020-11-14
fixed bytes_saved for reporting negative values
clyne
2020-08-03
Update README.md
clyne
2020-08-01
include size of decode tree
Clyne Sullivan
2020-08-01
cleanup part 2; done
Clyne Sullivan
2020-08-01
cleanup part 1
Clyne Sullivan
2020-07-31
Fix issues with last bits
clyne
2020-07-02
Added iterative decoder; fixed bit alignments
clyne
2020-07-01
Added missing deallocation
clyne
2020-07-01
Figured out class organization
clyne
2020-07-01
Revert attempt to switch from struct to class
clyne
2020-07-01
Create consteval_huffman.hpp
clyne
2020-07-01
Initial commit
clyne