Rust Memory

Open-source Rust projects categorized as Memory

Top 16 Rust Memory Projects

  1. zerocopy

    Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe` so you don’t have to.

    Project mention: Zerocopy 0.8 | news.ycombinator.com | 2024-10-09
  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. avml

    AVML - Acquire Volatile Memory for Linux

    Project mention: Memory Dump Analysis | Kali Linux | dev.to | 2024-09-17

    To download avml: > wget https://github.com/microsoft/avml/releases/latest/download/avml

  4. heim

    Cross-platform async library for system information fetching 🦀

  5. resources

    Keep an eye on system resources (by nokyan)

  6. memflow

    physical memory introspection framework

  7. compact_str

    A memory efficient string type that can store up to 24* bytes on the stack

    Project mention: Small Strings in Rust: smolstr vs. smartstring | news.ycombinator.com | 2024-08-24

    On the note of small strings, Compact String[1] was i believed released after this article and has a nifty trick. Where Smol and Smart can fit 22 and 23 bytes, CompactStr can fit 24! Which is kinda nutty imo, that's the full size of the normal String on the stack.. but packed with actual string data.

    There's a nice explanation on their readme[2]. Love tricks like this.

    [1]: https://github.com/ParkMyCar/compact_str

  8. mevi

    A memory visualizer in Rust (ptrace + userfaultfd)

  9. SaaSHub

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

    SaaSHub logo
  10. xrem

    (Cross-Platform) An open source approach to locally record and enable searching everything you view on any computer.

    Project mention: Show HN: Open Rewind – POC for audio and screen and video streaming to S3 | news.ycombinator.com | 2025-01-04

    I took a crack at this, but had trouble building a community. It's all open source.

    Native MacOS in swift (the popular one with OCR / text selection from history), and cross platform (rust) without text selection from history and very much POC.

    https://github.com/jasonjmcghee/rem

    https://github.com/jasonjmcghee/xrem

  11. rust-jemalloc-pprof

    Convert jemalloc heap profiles to pprof to understand memory usage, fix memory leaks, and fix OOM Kills.

  12. rs-process-memory

    A rust library that allows you to read/write into the memory of other processes

  13. yclass

    Inspect and recreate in-memory data structures

  14. venndb

    in memory Rust database to query your data like a Venn diagram

    Project mention: Show HN: In memory Rust database to query your data like a Venn diagram | news.ycombinator.com | 2024-04-15
  15. reefdb

    ReefDB is a minimalistic, in-memory and on-disk database management system written in Rust, implementing basic SQL query capabilities and full-text search.

  16. linux-mem

    Linux memory tools

  17. Zmem

    Zmem is a Linux memory monitoring program that displays detailed information about virtual memory.

  18. eagle

    A tool to plot the memory and cpu usage. (by lsk569937453)

  19. SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Memory discussion

Log in or Post with

Rust Memory related posts

Index

What are some of the best open-source Memory projects in Rust? This list will help you:

# Project Stars
1 zerocopy 1,815
2 avml 919
3 heim 908
4 resources 902
5 memflow 828
6 compact_str 714
7 mevi 694
8 xrem 269
9 rust-jemalloc-pprof 171
10 rs-process-memory 142
11 yclass 129
12 venndb 99
13 reefdb 86
14 linux-mem 48
15 Zmem 32
16 eagle 13

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

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