flurry VS librseq

Compare flurry vs librseq and see what are their differences.

flurry

A port of Java's ConcurrentHashMap to Rust (by jonhoo)

librseq

Library for Restartable Sequences (by compudj)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
flurry librseq
4 2
484 63
- -
7.1 9.5
9 days ago 17 days ago
Rust C
Apache License 2.0 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.

flurry

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

librseq

Posts with mentions or reviews of librseq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-26.
  • Cache invalidation really is one of the hardest problems in computer science
    2 projects | /r/programming | 26 Nov 2022
    For Linux userspace rseq, see the standalone library and the GLIBC integration. Note that there's the major downside of a fallback being mandatory, and also the downside of the compiler being ignorant, unlike kernel or segment/TLS cpu-locals.
  • As part of the stdlib mutex overhaul, std::sync::Mutex on Linux now has competitive performance with parking_lot
    7 projects | /r/rust | 3 May 2022
    The epoch GC library I've used before was a Google-internal C++ one. It noticeably improved my software's tail latency over rwlocks. The unique thing about it is that it was basically zero-cost over a plain non-atomic pointer. It used Linux restartable sequences (aka rseq) to take advantage of synchronization operations Linux does on each context switch, rather than adding new atomics. I'm not aware of any open source synchronization libraries that do the same thing, but there's nothing stopping someone from writing one. rseq kernel support has been in mainline since Linux 4.18.

What are some alternatives?

When comparing flurry and librseq you can also consider the following projects:

mini-redis - Incomplete Redis client and server implementation using Tokio - for learning purposes only

tokio - A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

httparse - A push parser for the HTTP 1.x protocol in Rust.

seize - Fast, efficient, and robust memory reclamation for Rust.

ripgrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore

high-scale-lib - A fork of Cliff Click's High Scale Library. Improved with bug fixes and a real build system.

rust - Empowering everyone to build reliable and efficient software.

advent-of-code-2020 - :christmas_tree: My Advent of Code solutions in Rust. http://adventofcode.com/2020

Cargo - The Rust package manager

rust - Rust for the xtensa architecture. Built in targets for the ESP32 and ESP8266

adventofcode - Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala