vigna / webgraph-rs
A Rust port of the WebGraph framework
☆33Updated 2 weeks ago
Related projects ⓘ
Alternatives and complementary repositories for webgraph-rs
- Rust implementations of succinct data structures☆47Updated last week
- Succinct data structures using very efficient rank and select☆62Updated last month
- A trait + derive to recursively compute / print the memory usage of a data structure.☆25Updated last month
- ☆28Updated 3 weeks ago
- Rust Vector for large amounts of data, that does not copy when growing, by using full `mmap`'d pages.☆21Updated 7 months ago
- Agnesoft Graph Database☆55Updated this week
- structured parallel execution for async Rust☆30Updated 2 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆40Updated 2 months ago
- An alternative `std`-like implementation built on origin☆24Updated 3 weeks ago
- Simple bitset with small-set (single-word) optimization☆18Updated 5 months ago
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆30Updated 6 months ago
- 8-bit floating point types for Rust☆40Updated last month
- ☆13Updated 2 years ago
- Rust library providing mutable resizable arrays built on top of mmap☆23Updated 10 months ago
- memchr vs stringzilla - up to 7x throughput difference between two SIMD-accelerated substring search libraries in Rust