Daniel Lemire

Results 1864 comments of Daniel Lemire

For an immediate solution, please consider these lower-level libraries... * https://github.com/lemire/simdcomp * https://github.com/lemire/streamvbyte/ The `simdcomp` library was designed specifically for such low-level work. Otherwise, it is certainly possible to add...

If you want to design your own data layout, then the simdcomp library is probably a much better choice. It also comes with extra functions... see this paper: https://arxiv.org/abs/1611.05428

> (1) maybe the len parameter could be removed; The assert is meant to check something that ought to be true. Why remove it? Note that you can remove asserts...

@gustingonzalez Please submit a PR. In your PR, document that "len = 0" means "len is unknown". I will merge it and you will be credited for the change.

Absolutely, it is possible. And no, it is not implemented. ;-) So this is a very valid "feature request".

@Soficlyopathrmiss You'll have to be more specific regarding your question.

It is certainly the case that the C++ code and the Java code is not interoperable. If you find a claim that it is the case somewhere, then this claim...

If you have picked a particular format you care about, and you interested in helping write a interoperable Java codec, I am certainly available to help with that. I can...

Ok. As I wrote, it is quite doable to have cross-language interoperability. Just a few days of work.