parley
parley copied to clipboard
`FontCache::new()` consumes an absurd amount of memory
parley is currently used in xilem for text stuff.
I did some heap profiling and discovered that FontCache::new() consumes an absurd amount of memory (1.8 GiB, precise measurements in the link)...
It seems that was parley does is to load every font of my system into memory?