libfringe

a Rust library implementing safe, lightweight context switches, without relying on kernel services (by edef1c)

Libfringe Alternatives

Similar projects and alternatives to libfringe

  1. rfcs

    690 libfringe VS rfcs

    RFCs for changes to Rust

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. actix-web

    Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

  4. async-std

    Async version of the Rust standard library

  5. may

    17 libfringe VS may

    rust stackful coroutine library

  6. crossbeam

    Tools for concurrent programming in Rust

  7. lucet

    5 libfringe VS lucet

    Discontinued Lucet, the Sandboxing WebAssembly Compiler.

  8. coroutine-rs

    Coroutine Library in Rust

  9. SaaSHub

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

    SaaSHub logo
  10. rayon

    68 libfringe VS rayon

    Rayon: A data parallelism library for Rust

  11. Bus Writer

    Single-reader, multi-writer & single-reader, multi-verifier; broadcasts reads to multiple writeable destinations in parallel

  12. lunatic

    1 libfringe VS lunatic

    Discontinued The Lunatic VM [Moved to: https://github.com/lunatic-solutions/lunatic] (by lunatic-lang)

  13. RxRust

    The Reactive Extensions for the Rust Programming Language (by ReactiveX)

  14. rxRust

    3 libfringe VS rxRust

    Rust implementation of Reactive Extensions.

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

libfringe discussion

Log in or Post with

libfringe reviews and mentions

Posts with mentions or reviews of libfringe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-30.
  • Virtual Threads in Rust?
    3 projects | /r/rust | 30 Sep 2022
    There’s a bunch of library-based implementations of coroutines for rust. I recall https://github.com/edef1c/libfringe being the most interesting one, but it is quite dated. I don’t think there’s a lot of community interest in stackfull coroutines at this point.
  • Writing Rust the Elixir way
    5 projects | dev.to | 26 Nov 2020
    As we saw earlier, scheduling threads is a hard task for the operating system. To replace one thread that's being executed with another one, a lot of work needs to be done (including saving all the registers and some thread state). However, switching between Lunatic Processes does only the minimal amount of work possible. With an idea pioneered by the libfringe library and using some asm! macro magic, Lunatic lets the Rust compiler figure out the minimal number of registers to be preserved during context switches. This makes scheduling Lunatic processes zero-cost. On my machine usually 1ns, equivalent to a function call.

Stats

Basic libfringe repo stats
2
521
0.0
almost 4 years ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Rust is
the 5th most popular programming language
based on number of references?