Pinned Repositories
benchmarks
Various benchmarks
k8
k8 Javascript shell
kann
A lightweight C library for artificial neural networks
khashl
Generic hash table library in C
klib
A standalone and lightweight C library
matmul
Benchmarking matrix multiplication implementations
plb
Programming language benchmarks
plb2
A programming language benchmark
udb2
For details, see the blog post:
udb3
attractivechaos's Repositories
attractivechaos/klib
A standalone and lightweight C library
attractivechaos/kann
A lightweight C library for artificial neural networks
attractivechaos/plb
Programming language benchmarks
attractivechaos/plb2
A programming language benchmark
attractivechaos/k8
k8 Javascript shell
attractivechaos/matmul
Benchmarking matrix multiplication implementations
attractivechaos/benchmarks
Various benchmarks
attractivechaos/udb2
For details, see the blog post:
attractivechaos/khashl
Generic hash table library in C
attractivechaos/sann
Simply feedforward neural network
attractivechaos/dlist
Five implementations of double linked lists to demonstrate generic data structures in C
attractivechaos/udb3
attractivechaos/single_file_libs
List of single-file C/C++ libraries.
attractivechaos/strxcpy
Accidentally quadratic time complexity, the strlcpy version.
attractivechaos/runlog
Lightweight GNU time plus system information
attractivechaos/glfractal
Mandelbrot set in OpenGL and Javascript
attractivechaos/Klib.jl
Experimental
attractivechaos/attractivechaos.github.com
attractivechaos/rb-eval
Micro-benchmark to evaluate different search tree implementations
attractivechaos/tree-test
Evaluating the performance of RB- and AVL-tree
attractivechaos/udb1
Benchmarking dictionary libraries in C/C++
attractivechaos/Getopt.jl
Command-line argument parsing with a similar API to Python's getopt
attractivechaos/khash-test
attractivechaos/line-by-line
Evaluating line-reading performance
attractivechaos/mergesort
macro vs void* on mergesort implementations