librseq

Library for Restartable Sequences (by compudj)

Librseq Alternatives

Similar projects and alternatives to librseq

  • rust

    2,680 librseq VS rust

    Empowering everyone to build reliable and efficient software.

  • tokio

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

  • 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.

    InfluxDB logo
  • seize

    Fast, efficient, and robust memory reclamation for Rust.

  • flurry

    A port of Java's ConcurrentHashMap to Rust

  • high-scale-lib

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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better librseq alternative or higher similarity.

librseq reviews and mentions

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.

Stats

Basic librseq repo stats
2
62
9.5
7 days ago

compudj/librseq is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of librseq is C.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com