Sebastiano Vigna
                                            Sebastiano Vigna
                                        
                                    fastutil has been written > 20y ago, and at that time a series of compilation optimizations made reserve loop faster. I think things change and it's possible current JVM have...
Mmmhhh... I'm totally ignorant of build systems outside of ant, but maybe we can add something to the README that at least points to the right resurces.
Mmmhh. That's somehow a fault along the whole library—if you use the object-based methods, what they try to do is a class cast to the parameter of the class and...
Ouch, I completely missed this somehow. Yes, if you can fix it in a PR that'd be great. I'd like to fix a few things and release.
Sorry, I somehow lost track of this. The problem I see is that it does not make any sense at the interface level—iterators do not necessarily come from sorted collections.
> On 24 Mar 2023, at 14:03, Kirill A. Korinsky ***@***.***> wrote: > > Anyway, it is quite useful at my case :) and I'll be very appricited if it...
I really don't know. If this would be in Rust everything would be easier as we could combine traits. In the present situation I don't see alternatives to a JumpableIterator-or-something...
Thinking about it. We're talking about bidirectional iterators. If we have rewind(), we need also something moving to the end. Or not? Just thinking. For example, if we're gonna implement...
> On 17 Apr 2023, at 15:44, Kirill A. Korinsky ***@***.***> wrote: > > > And I do have one more "strange" idea on this iterator: mark() and reset() with...
Really on vacation now :). Ferragosto in Italy is sacred. Let's talk about this mid-September...