Daniel Lemire

Results 1863 comments of Daniel Lemire

@dendibakh The user would input assembly? One thing that has me worried is the idea that random users can execute random code on a machine. That seems a tad dangerous....

Note that xor filters can also be faster than Bloom filter. A Bloom filter requires k has values and k memory accesses whereas the xor filter uses a flat 3-wise...

@thomasmueller : I am game to investigate this issue further if you are (in 2022).

It is a reasonable issue. The reason why we get this error is that we arrive at a number, and we are asked, at the number to resolve 'sub'. This...

This is actually not a difficult issue. I am inviting contributions.

We already support chaining in our main API (on demand). Screenshot from our documentation: We do not support chaining arbitrary lambda expressions, although it could be added with ease if...

Sounds promising. I will review shortly.

@saleyn My interpretation is that the compiler fails to convince itself that the variable is initialized. I would happily ignore this static analysis, but then we will get endless "bug...