Open bvssvni opened 9 years ago
For properties, keys etc. that have a string representation that occurs frequently.
Could replace the string with a hash and store the string in a global hash table.
Universal deterministic hash would be nice.
Problem is to manage the memory of the global hash table. Could have a grow-only table, but that would be insecure.
For properties, keys etc. that have a string representation that occurs frequently.
Could replace the string with a hash and store the string in a global hash table.
Universal deterministic hash would be nice.