rclite
RcLite: small, fast, and memory-friendly reference counting for Rust (by fereidani)
portable-atomic
Portable atomic types including support for 128-bit atomics, atomic float, etc. (by taiki-e)
rclite | portable-atomic | |
---|---|---|
2 | 1 | |
172 | 125 | |
- | - | |
4.3 | 9.7 | |
over 1 year ago | 6 days ago | |
Rust | Rust | |
GNU General Public License v3.0 or later | 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.
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.
rclite
Posts with mentions or reviews of rclite.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-20.
-
RcLite: Arc<T> and Rc<T> with up to 100% memory efficiency
You can view the PR by following this link.
portable-atomic
Posts with mentions or reviews of portable-atomic.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Beginner question regarding atomics
You could look into https://github.com/taiki-e/portable-atomic which can simulate atomics by disabling interrupts during updates but still doesn't cover the multicore case of the RP2040 (see the --cfg portable_atomic_unsafe_assume_single_core feature)
What are some alternatives?
When comparing rclite and portable-atomic you can also consider the following projects:
stupidalloc - A stupid Rust memory allocator
rtic - Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
trc - A faster Arc.
serde - Serialization framework for Rust
time - The most used Rust library for date and time handling.
heapless - Heapless, `static` friendly data structures