Pinned Repositories
metta-wam
A Hyperon MeTTa Interpreter/Transpilier that targets the Warren Abstract Machine
optimized-mandelbrot
A set of optimizations of a Mandelbrot Set for x86-64 generator that gives ~8x speed improvement over the basic loop. This is designed to go with https://orange-kiwi.com/optimization-example-mandelbrot-part-1/
pseudo-double
A relatively fast C and C++ 64 bit floating point library written using only integer operations for cross platform consistency. Tested with gcc/clang/Visual Studio, on x86-64/ARMv8 (64 bit)
random-variate-poisson
A fast way of generating integer random variates from the Poisson distribution with given lamba, optimized for using vector processing instructions on x86-64 and ARM
metta-wam
A Hyperon MeTTa Interpreter/Transpilier that targets the Warren Abstract Machine
vulkano
Safe and rich Rust wrapper around the Vulkan API
royward's Repositories
royward/pseudo-double
A relatively fast C and C++ 64 bit floating point library written using only integer operations for cross platform consistency. Tested with gcc/clang/Visual Studio, on x86-64/ARMv8 (64 bit)
royward/optimized-mandelbrot
A set of optimizations of a Mandelbrot Set for x86-64 generator that gives ~8x speed improvement over the basic loop. This is designed to go with https://orange-kiwi.com/optimization-example-mandelbrot-part-1/
royward/metta-wam
A Hyperon MeTTa Interpreter/Transpilier that targets the Warren Abstract Machine
royward/random-variate-poisson
A fast way of generating integer random variates from the Poisson distribution with given lamba, optimized for using vector processing instructions on x86-64 and ARM