PorkStudios / PorkLib

Fast, lightweight libraries for Java. Note: this is very much a work-in-progress, documentation is spotty and the API is changing constantly!
https://daporkchop.net
Other
31 stars 5 forks source link

Redo primitive #49

Closed DaMatrix closed 4 years ago

DaMatrix commented 4 years ago

I've mostly redone the entire primitive module, making it more similar (and in many cases, interoperable to the point of being a drag-and-drop replacement) to the standard Java collections framework. Additionally, I finally got around to implementing primitive concurrent maps.

Streams and some other features will be added at some later point when I need them.