Sebastiano Vigna

Results 188 comments of Sebastiano Vigna

Because making an entry set unmodifiable simply means that you cannot add or remove entries. It does not prevent you from reading an entry and invoking setValue(), thus modifying the...

Well, putIfAbsent has been already implemented and if you synchronize a fastutil map it will be atomic, too... On August 15, 2017 8:14:00 PM GMT+02:00, David Moles wrote: >Is it...

Not in the near future, I'm swamped :(.

Sigh a PR maybe? 😂

Right. How does Koloboke do it? Hundreds of function classes?

The conversion to string sounds more like a helper method for CharCollections. For the view, I'd use charSequenceView(), which makes clear that no copying is performed.

Good point, if you can do much better than a method might be a good idea. Maybe you can default it in CharCollection and then have improved overrides. Presently I'm...

Well, let's keep this in mind for the Java 9-only release.

Welcome to naming headaches in fastutil—one of my favorite pastimes in the last 22 years 😂. So, I examined the code and it's great work. Sorry for the delay in...