Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 480 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 480 Bytes

Data Structures Library

A collection of data structures implemented in C.

Tests

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

Benchmarks found in benchmark are automatically built and run using Google Benchmark when make bench is executed.