hannometer

Results 2 issues of hannometer

The generated bindings for some C++ constants (`static constexpr`) with newer clang versions (v14 and onwards) result in a linked `static` value, instead of a `const` value. For older versions...

When using kogmo-rtdb together with glibc v2.25 (currently the default version in arch linux), there occur freezes/deadlocks. Reproducing the error: 1. build example applications ```kogmo_rtdb_writer``` and ```kogmo_rtdb_reader``` 2. start kogmo_rtdb...