Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 689 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 689 Bytes

mqlog is a library that provides an embeddable durable queue implementend as an immutable log.

Build Status Coverage Status

This library is NOT production ready

To compile:

make

To run tests:

make test

To run benchmarks:

make bench

To generate test code coverage (requires lcov package)

make clean
make gcov
make test
make lcov

Now open lcov-html/index.html with your favourite browser

License

The project license is specified in LICENSE.