gitmko0

Results 48 issues of gitmko0

Where's the instructions to convert interface type to protobuf and reverse it? Can you put on the front page of this project? Where's the tutorial link?

would like to know 1. size and size of the bitmap in exported bytes 2. performance of the bitmap with statistics / benchmark 3. use case scenario , preferably for...

discussion

my roaring 64 is running only on 1 cpu default using the example. how to make it run on multi core / multi thread?

documentation

I would like to have 128 bit bitmap and i understand that only 32bit is compatible across all programming platforms so possible to give example / suggestions on the best...

How do I prevent it from closing the screen after sometime? would like to leave it open indefinitely so i can see any movement if any

:392 byte.compare shld be faster? if string(k) == string(chunk[idx:idx+keyLen]) {

Great work! I understand that the ringbuffer store "duplicate key" so is there a version that only store 1 key so that it does not "pollute" the buffer? or how...

possible to upgrade to use xxh3 instead of xxhash v2?

how many bytes overhead for storing one data item? for small byte size and for large 64kb byte sizes. how many additional bytes are needed per entry? Can you please...

Possible to do a diskbacked version of this cache? Ability to set maximum disk limit to use with the same concept

enhancement