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

Natives cleanup #38

Closed DaMatrix closed 4 years ago

DaMatrix commented 4 years ago

So now that I have an idea of how native code works, I'll be getting to work on actually implementing natives in a way that is actually nice.

Plus, I'll be able to add more native libraries for different things (such as ZStd, various crypto algorithms, etc.) which will then be implemented by other PRs such as #36

DaMatrix commented 4 years ago

This is ready to go, with native implementations of Zlib and Zstd on a much cleaner API.