- Berlin
- mzaks.medium.com
Stars
Code from the "CUDA Crash Course" YouTube series by CoffeeBeforeArch
Next-gen language engineering / DSL framework
Up to 10x faster strings for C, C++, Python, Rust, and Swift, leveraging NEON, AVX2, AVX-512, and SWAR to accelerate search, sort, edit distances, alignment scores, etc 🦖
Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, and StarRocks
Airspeed Velocity: A simple Python benchmarking tool with web-based reporting
GitHub Action for continuous benchmarking to keep performance
UNIC: Unicode and Internationalization Crates for Rust
A Machine Learning framework from scratch in Pure Mojo 🔥
A fast and compact Dict implementation in Mojo 🔥
Basic implementations of standard cryptography algorithms, like AES and SHA-1.
Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
Simple and fast HTTP framework for Mojo! 🔥
A boilerplate for creating a Llama 3 chat app
Sorting networks for high performance sorting in Mojo
The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.
A simple, commented reference implementation of the MD5 hash algorithm
Official implementation of Half-Quadratic Quantization (HQQ)
Hashed Lookup Table based Matrix Multiplication (halutmatmul) - Stella Nera accelerator
Mojo FFI demos: dynamic linking methods, and a static linking proof-of-concept
A replica of python's stdlib in mojo