Pinned Repositories
burst-trie
Implements a Rust ordered map as a BurstTrie.
canopydb
Embedded Key-Value Storage Engine
Cassandra-Elasticsearch-Sync
Bidirectional syncronization between Cassandra and Elasticsearch
floki
Floki Message Queue
fslock
File locking for Rust.
metrohash-rs
Rust MetroHash
msgpack-delphi
MessagePack serialization for Delphi
qfilter
Efficient bloom filter like datastructure, based on the Rank Select Quotient Filter (RSQF).
quick-cache
Lightweight and high performance concurrent cache
sucredb
Distributed KV database with causality tracking
arthurprs's Repositories
arthurprs/quick-cache
Lightweight and high performance concurrent cache
arthurprs/canopydb
Embedded Key-Value Storage Engine
arthurprs/qfilter
Efficient bloom filter like datastructure, based on the Rank Select Quotient Filter (RSQF).
arthurprs/fslock
File locking for Rust.
arthurprs/fastrand
A simple and fast random number generator
arthurprs/moka
A high performance concurrent caching library for Rust
arthurprs/bson-rust
Encoding and decoding support for BSON in Rust
arthurprs/cbor
CBOR support for serde.
arthurprs/dashmap
Blazing fast concurrent HashMap for Rust.
arthurprs/flatbuffers
FlatBuffers: Memory Efficient Serialization Library
arthurprs/heed
A fully typed LMDB wrapper with minimum overhead 🐦
arthurprs/imbl
Blazing fast immutable collection datatypes for Rust.
arthurprs/imbl-sized-chunks
Efficient sized chunk datatypes for immutable.rs
arthurprs/mokabench
A load generator for concurrent cache libraries. (Currently only supports Moka)
arthurprs/mongo-rust-driver
The official MongoDB Rust Driver
arthurprs/pingora
A library for building fast, reliable and evolvable network services.
arthurprs/rand
arthurprs/redb
An embedded key-value database in pure Rust
arthurprs/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
arthurprs/rotating-file
A rotating file with customizable rotation behavior.
arthurprs/rpds
Rust Persistent Data Structures
arthurprs/rust-rocksdb
rust wrapper for rocksdb
arthurprs/rust-smallvec
"Small vector" optimization for Rust: store up to a small number of items on the stack
arthurprs/rust-storage-bench
Benchmarking Rust storage engines
arthurprs/rust_serialization_benchmark
Benchmarks for rust serialization frameworks
arthurprs/shuttle
Shuttle is a library for testing concurrent Rust code
arthurprs/skipdb
An embedded, in-memory, zero-copy, ACID, MVCC, almost lock-free and serializable snapshot isolation database engine.
arthurprs/thread-priority
A simple Cross-platform thread schedule and priority library for rust.
arthurprs/triomphe
Fork of std::sync::Arc with lots of utilities useful for FFI
arthurprs/xxhash-rust
Rust implementation of xxhash