Hi, On 2018-12-26 10:45:11 -0500, Robert Haas wrote: > I'm not sure that I understand quite what you have in mind for a > serialized non-perfect hashtable. Are you thinking that we'd just > construct a simplehash and serialize it?
I was basically thinking that we'd have the perl script implement a simple hash and put the keyword (pointers) into an array, handling conflicts with the simplest linear probing thinkable. As there's never a need for modifications, that ought to be fairly simple. Greetings, Andres Freund