I noticed that @quininer has implemented a 0-unsafe `LinkedHashMap`. See https://github.com/quininer/linkedhashmap . It seems that 0-unsafe has no loss in performance. I have no prejudice against unsafe, I just think it is a very interesting work.