jermp / pthash

Fast and compact minimal perfect hash functions in C++.
MIT License
179 stars 25 forks source link

add support for reading from zstd-compressed files #20

Closed zacchiro closed 7 months ago

zacchiro commented 7 months ago

As discussed in #19, rather than fiddling with input redirections, it would be more robust to explicitly support reading from zstd-compressed input files with -i.

jermp commented 7 months ago

Closing this in favour of https://github.com/jermp/pthash/issues/21.