rpds
hypergraph
Our great sponsors
rpds | hypergraph | |
---|---|---|
3 | 7 | |
975 | 243 | |
- | - | |
0.0 | 4.4 | |
14 days ago | 22 days ago | |
Rust | Rust | |
Mozilla Public License 2.0 | MIT License |
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.
rpds
-
Learning Clojure made me return back to C/C++
Thanks for taking the time to provide a detailed response. Need to think on this. I had actually started a regular Clojure parser using LLVM as a hobby, but then my friend said it was better to implement this in a safe-memory and. save-concurrency language like Rust and leverage cranelift for code generation. So, now I am learning rust, lol. (Btw, Rust has a persistent data structures lib too: https://github.com/orium/rpds )
-
Persisting data that has revisions for values
Take a look at https://github.com/orium/rpds or one of the many others.
hypergraph
-
Hypergraph - a data structure library to generate directed hypergraphs
Thanks! There's some benchmarks done here https://github.com/yamafaktory/hypergraph/blob/main/benches/performance.rs but you have to clone the project and test it locally. I can also move that to the CI workflow.
-
Show HN: Hypergraph, a data structure library to generate directed hypergraphs
What triggers the initial willingness to implement something with hypergraphs was indeed the Wolfram physics project! https://github.com/yamafaktory/hypergraph/discussions/11#dis...
What are some alternatives?
Rust - All Algorithms implemented in Rust
Toshi - A full-text search engine in rust
staticvec - Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
moodycamel - A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
rust-rocksdb - rust wrapper for rocksdb
grid - Two dimensional grid data structure
hello-world.rs - 🚀Memory safe, blazing fast, configurable, minimal hello world written in rust(🚀) in a few lines of code with few(1092🚀) dependencies🚀
pest - The Elegant Parser
Taskflow - A General-purpose Parallel and Heterogeneous Task Programming System
sled - the champagne of beta embedded databases
cranelift - Cranelift code generator
sharded - Safe, fast, and obvious concurrent collections in Rust.