clyne
clyne
It looks like I never provided an easy way to use this with arrays, sorry. I've added two new methods to support this, they've been pushed so you can try...
Forgot that the input data gets left uncompressed if compression doesn't save space. The bug was simply in `decoder::end` returning a byte beyond what it should have for the uncompressed...
Forced memoization for the node list, tree count, and compressed size. The JSON example now compiles ~30% faster on my desktop. The sizes are stored in `constexpr static` variables, while...
I see, good catch. I would make the change from `return raw_data` to `return raw_data.data`. It might also make sense to just get rid of `huffman_string_container`'s user-defined conversion and replace...
This repo was designed for kernel v5.17.2. I decided against pursuing v6 support, one major issue being the larger amounts of RAM the kernel required (which I mentioned in this...