Skip to content

🔥 Memory leak fix and performance increase

Compare
Choose a tag to compare
@eliassjogreen eliassjogreen released this 01 Jun 18:11

This release solves the memory leak caused by some issue with the old memory allocator wee_alloc causing us to switch to the default rust wasm memory allocator. This is the same issue as with deno_lz4#1. While the size of wasm.js is increased to 1173kb from 1167kb performance is also increased noticeably.