Pure Rust implementation of a minimal Generative Pretrained Transformer - GitHub - keyvank/femtoGPT: Pure Rust implementation of a minimal Generative Pretrained Transformer... (more…)
Read more »
A few years ago, on a whim, I wrote YAIOUOM. YAOIOUM was a static analyzer for Rust that checked that the code was using units of measures correctly, e.g. a distance in meters is not a distance in centimeters, dividing meters by seconds gave you a value i... (more…)
Read more »
A fast, memory-safe web server written in Rust. Contribute to ferronweb/ferron development by creating an account on GitHub. (more…)
Read more »
Sugarloaf is a simple cross-platform rendering engine. - raphamorim/sugarloaf... (more…)
Read more »
False sharing happens when multiple CPU cores modify different but closely located memory, unintentionally sharing a cache line as a result. Atomic operations on memory not shared with other thread… (more…)
Read more »