harold

Results 45 comments of harold

Yeah good question, there's no good reason, someone added Gradle at some point. I'm happy to switch to one or the other, as long as we can still do everything...

@blackdrag haha cool, yeah it seems better as far as I can tell, let's go all in!

Thanks for the report, @CodingFabian! I'm pretty sure I can change that code to avoid autoboxing entirely. But an `Entry` object will still be created on every call to `next()`,...

This could be helped by making `IntTree` extend `Entry` so that it never has to call `new SimpleImmutableEntry` during iteration, it can just return itself. This is the way that...

Thanks for noticing this, that would be a great addition. Sadly I don't really have time to work on it for at least the next few months, but in case...