jermp
Associate Professor of Computer Science. Focus on data structures, data compression, and code optimization.
Ca' Foscari University of VenicePadova, Italy
Pinned Repositories
autocomplete
Efficient and effective query auto-completion in C++.
cmd_line_parser
Command line parser for C++17.
data_compression_course
🗜 💻 A crash course on Data Compression.
fulgor
⚡️ 🧬 Fulgor is a fast and space-efficient colored de Bruijn graph index.
interpolative_coding
A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.
lphash
Fast and compact locality-preserving minimal perfect hashing for k-mer sets.
mutable_rank_select
A SIMD-based C++ library providing rank/select queries over mutable bitmaps.
pthash
✈️ PTHash is a fast and compact minimal perfect hash function.
sshash
📖 🧬 SSHash is a compressed, associative, exact, and weighted dictionary for k-mers.
tongrams
A C++ library providing fast language model queries in compressed space.
jermp's Repositories
jermp/dint
Dictionary-based compression for inverted indexes.
jermp/2i_bench
A C++ library to benchmark inverted indexes.
jermp/clustered_elias_fano_indexes
Clustered Elias-Fano inverted indexes.
jermp/toonify
Toonify Images for Painting in C++.
jermp/entropy_coding
Some entropy coding algorithms in C++.