mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 19:45:49 +00:00
This is recommended for ongoing performance: https://github.com/ziglang/zig/issues/17851 Likely not an issue for this particular use case which is why it never bit us; we don't actively modify this map much once it is created. But, its still good hygiene and ArrayHashMap made some of the API usage nicer.