gmarcais / NoShellLinks
C++ library to easily start subprocesses and pipelines of commands
☆16Updated 2 years ago
Alternatives and similar repositories for NoShell
Users that are interested in NoShell are comparing it to the libraries listed below
Sorting:
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Bit packed vector of integral values☆27Updated 8 months ago
- A (Minimal) Perfect Hash Function based on irregular cuckoo hashing, retrieval, and overloading.☆20Updated 2 weeks ago
- a minimal C++ interval tree implementation☆231Updated 4 years ago
- A C++ header only interval tree implementation.☆70Updated last month
- Five implementations of double linked lists to demonstrate generic data structures in C☆17Updated 5 years ago
- Variant on Wang Yi's wyhash with 32-bit output, using at most 64-bit math☆26Updated 6 years ago
- libstrbuf: A powerful string library for C☆17Updated 9 years ago
- Fast and compact locality-preserving minimal perfect hashing for k-mer sets.☆43Updated last year
- C++ thread pool library☆19Updated last year
- 📖 🧬 SSHash is a compressed, associative, exact, and weighted dictionary for k-mers.☆89Updated this week
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 5 years ago
- Benchmark of four minimal perfect hash libraries (phf, emphf, CMPH, Sux4J)☆13Updated 8 years ago
- In-place Parallel Super Scalar Radix Sort (IPS²Ra)☆34Updated 9 months ago
- Provides a bit-vector, an optimized replacement of the infamous std::vector<ool>. In addition to the bit-vector, the library also pro…