/mqlog

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

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.