mirror of
https://github.com/github/codeql.git
synced 2026-05-24 16:17:07 +02:00
This is the same idea as Java's LinkedHashMap: it gives the same O(1) insertion and lookup as HashMap, but preserves insertion order for iteration.