GTNewHorizons / GTNHLib

GTNH Library
GNU Lesser General Public License v3.0
13 stars 7 forks source link

Implement some useful optional features to make this faster #3

Closed Glease closed 2 years ago

Glease commented 2 years ago

Implementation defined in superinterface's default method does not know about the internals of map, thus operate with less efficiency, e.g. merge() must do 2 hash lookup instead of one. Implementing these in subclass allow better performance should client code take use of these optional features.

github-actions[bot] commented 2 years ago

Warning: 2 uncommitted changes https://github.com/GTNewHorizons/GTNHLib/pull/4

github-actions[bot] commented 2 years ago

Warning: 2 uncommitted changes https://github.com/GTNewHorizons/GTNHLib/pull/5