-
Heidelberg Institute for Theoretical Studies
- Heidelberg
Highlights
- Pro
Stars
A command line progress reporting library for Rust
RAxML Next Generation: faster, easier-to-use and more flexible
Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.
(Rust) Coloring terminal so simple you already know how to do it !
Efficient global optimization toolbox in Rust: bayesian optimization, mixture of gaussian processes, sampling methods
Linear algebra foundation for the Rust programming language
Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure
"Small vector" optimization for Rust: store up to a small number of items on the stack
Heapless, `static` friendly data structures
Easily assign underlying errors into domain-specific errors while adding context
A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and allows lookups of entries by value or sorted order position.
🐦 Friendly little instrumentation profiler for Rust 🦀
cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
Lock-free SPSC FIFO ring buffer with direct access to inner data
Geometry primitives (basic linear algebra) for Rust