mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
This slightly reduces memory use. Maximum memory use of `bun test html-rewriter`, averaged across 100 iterations: * 101975 kB without this change * 101634 kB with this change I also tried changing the code to always use the aligned allocation functions, but this slightly increased memory use, to 102160 kB. (For internal tracking: fixes ENG-19866)
5.4 KiB
5.4 KiB