Tommi Mäklin

Results 7 issues of Tommi Mäklin

Hi, Thanks for creating fastspar, very useful and easy to use! I was having some trouble with writing/reading from files that are in a directory different from where fastspar was...

See https://github.com/tmaklin/bxzstr/pull/14 for a usage example.

enhancement

See if [libdeflate](https://github.com/ebiggers/libdeflate) can be used in place of zlib when configured to do so. Libdeflate provides a more optimized implementation for DEFLATE than zlib (for some cases) but the...

enhancement
question

When run with the code ``` #include "bxzstr.hpp" #include int main(int argc, char** argv){ bxz::ofstream out("test.gz", bxz::z, 1); for(long long i = 0; i < 10; i++){ out

bug

Compiling mash fails on Red Hat Enterprise Linux 8.6 (Ootpa) because of a missing include in `robin_hood.h`. See https://github.com/martinus/robin-hood-hashing/issues/125 for the fix upstream in robin-hood-hashing, and #167 in this repository....

Fixes building agc with GCC 13 which currently fails because of a missing `#include ` in `src/core/defs.h` (see "Header dependency" in https://gcc.gnu.org/gcc-13/porting_to.html for the why).

Hi, Would it be possible to add an option to supply a list of colors to use when building a colored DBG from an input file list? The current method...