Are there any open source implementations of the following:
given a set of keys and values, and a hash function, build up a hash table in a file image, such that it can then be mapped with a java.nio mapped file to avoid copying all the contents into virtual memory for lookups?