
Fix some issues with overrides (memory leaks, suboptimal performance)
astei opened this issue ยท 1 comments
Mixins are not classes. I didn't realize this until very recently, so Krypton has some bugs around memory management, including leaking native memory for libdeflate peer objects and not allocating the optimal amount of storage for compressed buffers. We will need to rectify this ASAP.
This came up in the course of my zstd testing.