A collection of data structures implemented in C.
Tests found in test are automatically built and run using
Google Test as part of the default make
target. make test
can be used to run the tests explicitly.
Benchmarks found in benchmark are automatically built and run
using Google Benchmark when make bench
is executed.