Timo Bingmann

Results 31 comments of Timo Bingmann

Aggregate ... maybe, it is almost (but not fully) identical in another project. StatsTimer ... dunno, there are so many timer variants.

Yes. Aggregate is okay. Timers are hard.

Hi Fabian, thanks for reaching out. I think a debian package (both tlx-lib and tlx-dev) are the right way to go. The algorithms and data structures in tlx are reusable...

Okay, I'm not too experienced with Debian packaging. tlx uses cmake and builds shared libraries when `-DTLX_BUILD_SHARED_LIBS=ON`. I just added SOVERSION and some install COMPONENTS. What else is needed? I...

Done. I've tagged the first version as v0.5.20191212

No problem, please package it. But tell me if you find any compilation warnings or error to fix.

Sorry for the delay. I tagged a new version v0.5.20200222

Yes, this is possible by copying some of the query code. Will do.

What do you mean with cancel? The score counters can be 16-bit (max 65 Ki query length), or 32-bit (max 3 million query length), 64-bit would also be possible, but...

This limitation has been removed in 05588df18fee9bfdd44f6954059600a399ac2258 Please tell me if the new master version works for you.