Anatoliy Kuznetsov

Results 5 comments of Anatoliy Kuznetsov

Thank you! BitMagic implements a C language interface which makes it easy to create wrappers for other languages (including Java/JNI). Internal design allows compilation without C++ runtime to make language...

Are you asking for an example on how to use BM? Could you provide more info on the case, I am not sure I understand the 128x128 locations problem really...

Yes, i understand the problem. The closest example publicly available now is: https://github.com/tlk00/BitMagic/tree/master/samples/xsample07a It creates binary fingerprints and implements primitive (but relatively fast) clusterization using similarity measure (COUNT_AND). Not quite...

Surest thing. I would certainly appreciate your example, please share it.

It is indeed the case, bvector is actually size-less and technically it contains a whole tail of zeroes at the end. It is possible to use keep_range() to clip the...