mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-20 07:27:38 +00:00
This patch adds a 128-byte inline buffer that we use before switching to using a dynamically growing ByteBuffer. This allows us to avoid heap allocations in many cases, and totally incidentally also speeds up @nico's favorite test, "disasm /bin/id" more than 2x. :^)
5.3 KiB
5.3 KiB