schmidda / ukkonen-suffixtreeLinks
A C implementation of Ukkonen's suffix tree-building algorithm, with test suite and tree print.
☆22Updated 11 years ago
Alternatives and similar repositories for ukkonen-suffixtree
Users that are interested in ukkonen-suffixtree are comparing it to the libraries listed below
Sorting:
- A simple bitset library in C☆138Updated 9 months ago
- Compact Data Structures Library☆101Updated 3 years ago
- A benchmark for sorting algorithms☆62Updated 4 years ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆65Updated last year
- 📶 A lock- and wait-free hashtable (and an array too)☆109Updated 7 months ago
- A collection of string sorting algorithms☆55Updated 3 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 5 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 6 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆120Updated 8 years ago
- Vectorized version of the PCG random number generator☆84Updated 8 months ago
- Ragel/Lemon based json-parser☆17Updated 7 years ago
- ☆16Updated 11 years ago
- A dependency-based coroutine scheduler☆45Updated 9 years ago
- A 250 LOC heap profiler - easy to hack/port, works out of the box with dynamically linked Linux binaries☆49Updated 8 months ago
- Live Asynchronous Visualized Architecture☆99Updated 6 years ago
- Lock-free multithreaded memory allocation☆110Updated 8 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- C library to compute the Hamming weight of arrays☆49Updated 6 years ago
- Static Radix Tree (Patricia trie) implementation in C☆48Updated 8 years ago
- A small little tool for dumping a floating-point number in its native format☆56Updated 10 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- C++ container graph visualization for lldb.☆23Updated 6 years ago
- A minimal modern LZ compressor example☆60Updated 4 years ago
- Hash Array Mapped Trie (C++ Templates)☆125Updated 2 years ago
- C bit array structs and methods☆213Updated 3 years ago
- Free-List Memory Pool of fixed-size objects in C99☆50Updated 2 years ago
- Fast, efficient string interning☆99Updated 8 years ago
- Variant on Wang Yi's wyhash with 32-bit output, using at most 64-bit math☆26Updated 6 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago