mirror of
https://github.com/RGBCube/serenity
synced 2026-01-15 00:20:59 +00:00
Instead of using ByteBuffer (which always malloc() their storage) for IPC message encoding, we now use a Vector<u8, 1024>, which means that messages smaller than 1 KB avoid heap allocation entirely. |
||
|---|---|---|
| .. | ||
| main.cpp | ||
| Makefile | ||