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/sucredb
Distributed KV database with causality tracking
arthurprs/metrohash-rs
Rust MetroHash
arthurprs/actix-web-prom
Actix-web middleware to expose Prometheus metrics
arthurprs/Code-used-on-Daniel-Lemire-s-blog
This is a repository for the code posted on my blog
arthurprs/consulrs
An asynchronous Rust client library for the Hashicorp Consul API
arthurprs/crossbeam
Support for parallelism and low-level concurrency in Rust
arthurprs/deno
A modern runtime for JavaScript and TypeScript.
arthurprs/flate2-rs
FLATE, Gzip, and Zlib bindings for Rust
arthurprs/growable-bloom-filters
Safe, Growable Bloom Filters in Rust (with serde)
arthurprs/HdrHistogram_rust
A port of HdrHistogram to Rust
arthurprs/im-rs
Assorted immutable collection datatypes for Rust
arthurprs/linter-rust
Linting your Rust-files in Atom, using rustc and cargo.
arthurprs/lmdb
Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues.
arthurprs/lz4
Extremely Fast Compression algorithm
arthurprs/lz4_flex
Pure Rust implementation of raw LZ4 compression/decompression.
arthurprs/owning-ref-rs
A library for creating references that carry their owner with them.
arthurprs/postgres
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see http://wiki.postgresql.org/wiki/Submitting_a_Patch
arthurprs/project-safe-transmute
Project group working on the "safe transmute" feature
arthurprs/r2d2
A generic connection pool for Rust
arthurprs/rquickjs
High level bindings to the quickjs javascript engine
arthurprs/runtime
Empowering everyone to build asynchronous software
arthurprs/rusoto
AWS SDK for Rust
arthurprs/rusqlite
Ergonomic bindings to SQLite for Rust
arthurprs/rust
A safe, concurrent, practical language.
arthurprs/rust-decimal
Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.
arthurprs/rust-snappy
Snappy compression implemented in Rust (including the Snappy frame format).
arthurprs/rusty_v8
Rust bindings for the V8 JavaScript engine
arthurprs/serde
Rust serialization
arthurprs/string
Rust String type with configurable byte storage.
arthurprs/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...