Files
ladybird/Meta
Andreas Kling 49d0b9e808 LibTTF: Memory map TTF fonts instead of reading them into heap memory
All GUI applications currently load all TTF fonts on startup
(to populate the Gfx::FontDatabase. This could probably be smarter.)

Before this patch, everyone would open the files and read them into
heap-allocated storage. Now we simply mmap() them instead. :^)
2021-07-04 21:34:26 +02:00
..
2021-06-25 15:19:09 +02:00
2021-05-12 09:25:03 +01:00
2021-05-07 20:08:45 +01:00
2021-07-03 20:08:54 +02:00