import java.util.HashMap; import java.util.Hashtable; import java.util.Map; import java.util.Scanner; public class SimpleUserInputMap { public static void main(String ...
This is an attempt at designing a novel hashtable implementation. obtuse-hashmap mixes ideas from existing implementations, mostly F14 and sparsehash. Please note that this is more of a "what if" than ...