vigna / fastutil

fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
Apache License 2.0
1.8k stars 197 forks source link

Fast question,Is there any backward compatibility guarentee. #202

Closed xwaeaewcrhomesysplug closed 3 years ago

xwaeaewcrhomesysplug commented 3 years ago

Of course,fast util has existed for quite a long time. I think Package it.unimi.dsi.fastutil,is probably safe to say that the api is fixed and time tested.

Just wonder if there are any explicit api or behaviour guarentee. So one can have confidence that it will compile perfectly when swap to new version.

vigna commented 3 years ago

There haven't been any significant backward-incompatibke changes AFAIK, and we try to keep it what way.