Closed DaMatrix closed 4 years ago
update to previous commit message: native libs do run correctly on windows!
(obviously they don't compile on windows, since it's a horrible system and doesn't work with anything)
i'm pretty happy with how this turned out, although currently it only has implementations for zlib. i'll add other things that need to be implemented natively on separate branches when i rewrite their modules.
In order to squeeze more performance out of a lot of things, I should start using native code instead of trying to implement everything in java. With this PR I'll be refactoring a lot of performance hotspots to work using native implementations rather than pure java implementations.