lucet VS libfringe

Compare lucet vs libfringe and see what are their differences.

lucet

Lucet, the Sandboxing WebAssembly Compiler. (by bytecodealliance)

libfringe

a Rust library implementing safe, lightweight context switches, without relying on kernel services (by edef1c)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
lucet libfringe
5 2
4,061 495
- -
6.6 0.0
about 2 years ago over 2 years ago
Rust Rust
Apache License 2.0 Apache License 2.0
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.

lucet

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

libfringe

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.

What are some alternatives?

When comparing lucet and libfringe you can also consider the following projects:

lunatic - The Lunatic VM [Moved to: https://github.com/lunatic-solutions/lunatic]

rayon - Rayon: A data parallelism library for Rust

genact - 🌀 A nonsense activity generator

crossbeam - Tools for concurrent programming in Rust

async-std - Async version of the Rust standard library

coroutine-rs - Coroutine Library in Rust

Celluloid - Actor-based concurrent object framework for Ruby

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

Kubewarden - Kubewarden is a policy engine for Kubernetes. It helps with keeping your Kubernetes clusters secure and compliant. Kubewarden policies can be written using regular programming languages or Domain Specific Languages (DSL) sugh as Rego. Policies are compiled into WebAssembly modules that are then distributed using traditional container registries.

RxRust - The Reactive Extensions for the Rust Programming Language

specs - Specs - Parallel ECS