Skip to content

Back FcSerialize with open addressing hash table.

Ben Wagner requested to merge bungeman/fontconfig:serialize_use_hash_table into main

Instead of fixed number of buckets with chaining use an open addressing hash table with linear probing, max load factor 0.75, and a power of two number of buckets.

Merge request reports