dmitryikh / rust-vs-cpp-benchLinks
Performance benchmark of Rust vs. C++ on simple algorithmic problems
☆42Updated 7 years ago
Alternatives and similar repositories for rust-vs-cpp-bench
Users that are interested in rust-vs-cpp-bench are comparing it to the libraries listed below
Sorting:
- FFI examples written in Rust☆46Updated 4 years ago
- Performance comparison of parallel Rust and C++☆104Updated 5 years ago
- Rust bindings for libclang.☆147Updated 10 months ago
- A library to generating UML language from Rust's project into graphiz/dot file.☆85Updated 7 years ago
- Sorting algorithms implemented in Rust☆25Updated 4 years ago
- A concurrent, spsc ring-buffer with sized reservations☆100Updated 4 years ago
- SipHash (2-4, 1-3 + 128 bit variant) implementations for Rust☆64Updated 5 months ago
- Rust language interoperability with other languages - C++, Rust, OCaml, Go, Python etc.☆66Updated 2 years ago
- Example of async programming in Rust☆19Updated 4 years ago
- Rust port of Google's SwissTable hash map☆57Updated 3 months ago
- Awesome deep learning crate☆121Updated last year
- A Rust implementation of OS provided synchronization primitives☆59Updated last year
- Machine learning in Rust.☆66Updated 3 years ago
- Comparison of Multi-threading between C++ and Rust (OpenMP vs Rayon)☆51Updated 5 years ago
- Easy access to individual bits of integers.☆51Updated 2 years ago
- A tutorial/example crate for generating C/C++ bindings on-the-fly with libbindgen☆77Updated 4 years ago
- Generic Automatic Differentiation library for Rust (aka "autograd")☆38Updated 3 years ago
- Rust High Performance, published by Packt☆98Updated 2 years ago
- ☆46Updated 5 years ago
- High performance key value database with useful json document indexing and manipulations.☆50Updated 4 years ago
- Implementation of the Lemon parser generator as a Rust procedural macro☆52Updated 3 months ago
- Rust-specific fork of LLVM.☆124Updated last week
- Simple Artificial Neural Network library implemented in Rust.☆12Updated 2 years ago
- Yet another key-value storage for Rust☆72Updated 3 years ago
- A C Compiler/Parser written in Rust