cactusref
🌵 Cycle-Aware Reference Counting in Rust (by artichoke)
rs-process-memory
A rust library that allows you to read/write into the memory of other processes (by Tommoa)
cactusref | rs-process-memory | |
---|---|---|
2 | 1 | |
144 | 138 | |
0.0% | - | |
7.1 | 3.3 | |
4 days ago | over 1 year ago | |
Rust | Rust | |
MIT License | MIT License |
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.
cactusref
Posts with mentions or reviews of cactusref.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-12.
-
Why Can't `Box` Be Abstracted Away From the Developer?
Absolutely. I have seen some pretty cool concepts in Rust for memory cleanup; not just garbage collection, but deterministic reference cycle removal by cactusref. And the fun thing about these is that you still get all of Rust's zero-cost abstractions and epic modern language design.
-
CactusRef: an experimental cycle-aware Rc and mini tracing GC
I've put together a WIP PR to experiment with a safe adoption API: https://github.com/artichoke/cactusref/pull/47. This allows the doubly linked list example to be implemented in safe code without leaks. I didn't even think this was possible! Thanks for making me think!
rs-process-memory
Posts with mentions or reviews of rs-process-memory.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-24.
-
How does rust compare to c++ for game hacking?
process-memory for accessing other processes
What are some alternatives?
When comparing cactusref and rs-process-memory you can also consider the following projects:
mmtk-core - Memory Management ToolKit
memflow - physical memory introspection framework
book - Writing Interpreters in Rust: a Guide
Zmem - Zmem is a Linux memory monitoring program that displays detailed information about virtual memory.
rust-wiki-backup - A backup of the Rust wiki
heim - Cross-platform async library for system information fetching 🦀
AGC - Garbage collection for Ada
winit - Window handling library in pure Rust
seize - Fast, efficient, and robust memory reclamation for Rust.
luau - A fast, small, safe, gradually typed embeddable scripting language derived from Lua
artichoke - 💎 Artichoke is a Ruby made with Rust
trc - A faster Arc.