fabio-t / rlforj-alt

Roguelike Library For Java (Alternative version)
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Replace collections using FastUtil #6

Closed fabio-t closed 6 years ago

fabio-t commented 6 years ago

There's a lot of autoboxing. This can be avoided using primitive-friendly collections, like those in FastUtil.

fabio-t commented 6 years ago

Actually, we won't. Too big dependency (~20MB!). Must figure out another way.