oxidized-mtbl VS simdutf8

Compare oxidized-mtbl vs simdutf8 and see what are their differences.

oxidized-mtbl

A Rust version of the mtbl immutable key-value store (by Kerollmops)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
oxidized-mtbl simdutf8
1 15
4 509
- 0.8%
0.0 1.2
over 3 years ago 12 days ago
Rust Rust
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

oxidized-mtbl

Posts with mentions or reviews of oxidized-mtbl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-09.
  • What's everyone working on this week (19/2021)?
    15 projects | /r/rust | 9 May 2021
    I was wondering if you could maybe point me to any blog post regarding the segment merging? I am using my grenad library, which is a simplification of my MTBL Rust port. This is a key-value store with some useful sorter helping functions, using a merge function, some compression parameters... Works great but could maybe be improved.

simdutf8

Posts with mentions or reviews of simdutf8. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-05.

What are some alternatives?

When comparing oxidized-mtbl and simdutf8 you can also consider the following projects:

perg - Grep implementation in rust.

sqloxide - Python bindings for sqlparser-rs

feel

simdutf - Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extension. Part of Node.js and Bun.

uell - A bumpalo-based Unrolled Exponential Linked List

cxx - Safe interop between Rust and C++

OpenVehicleDiag - A rust based cross-platform ECU diagnostics and car hacking application, utilizing the passthru protocol

encoding_rs - A Gecko-oriented implementation of the Encoding Standard in Rust

grenad - Tools to sort, merge, write, and read immutable key-value pairs :tomato:

bumpalo - A fast bump allocation arena for Rust

substrate-open-working-groups - The Susbstrate Open Working Groups (SOWG) are community-based mechanisms to develop standards, specifications, implementations, guidelines or general initiatives in regards to the Substrate framework. It could, but not restricted to, lead to new Polkadot Standards Proposals. SOWG is meant as a place to find and track ongoing efforts and enable everybody with similar interests to join and contribute.

fast_float - Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12 and WebKit/Safari