Re: Need help with 128bit integer ucent boolfilter

2023-10-10 Thread Per Nordlöw via Digitalmars-d-learn
On Friday, 6 October 2023 at 13:44:14 UTC, d007 wrote: I am search for a fast 128bit integer ucent boolfilter, used for server side duplicate request filter. Is 128bit boolfilter a doable thing? or it will not work or will be much more slow compare to 64 bit solution? Can you describe or gi

Need help with 128bit integer ucent boolfilter

2023-10-06 Thread d007 via Digitalmars-d-learn
I am search for a fast 128bit integer ucent boolfilter, used for server side duplicate request filter. I can seed there is https://github.com/MartinNowak/bloom, only accept size_t as key. Is there some library support 128bit integer boolfilter ? C or C++ or rust is ok for me. Is 128bit