Sebastiano Vigna

Results 188 comments of Sebastiano Vigna

Fixed with the last commit. Please let me know if this works for you. Weirdly, the code for array-based maps was correct.

Nope, I was waiting for your comments and from comments from https://github.com/vigna/fastutil/issues/321 .

The semantics of some of those methods is documented to be different from Java's because we have default return values. Also, note that some exception types might be different because...

This happens with the new jar I've provided you with, right?

I understand, but I'm working on other things at the moment and that is not going to happen anytime soon. That's why I suggested a PR if you're familiar with...

I guess this can be done. Still, I think that either you do APIs with guaranteed performance (Boost-style, for example), or by making "smarter and smarter" (but without proper information)...

This should be fixed in the GitHub code. Can you check whether this is the case ? I'm gonna do a release ASAP.