Skip to content
Snippets Groups Projects
Unverified Commit 7b4d490b authored by Charles Kerr's avatar Charles Kerr Committed by GitHub
Browse files

perf: use fixed-size arrays for the font cache (#40898)

refactor: use fixed-size arrays for the font cache

Since we know at compile time which [family x script] combos we want to
cache, we can hold the cache in fixed std::arrays instead of in nested
std::unordered_maps.
parent 37630a61
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment