Skip to content

rbruggem/mqlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published