mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-12 18:47:22 +08: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.