Improve implementation with better underlying data structure
for O(1) deletions. Big-Oh performance now the same as regular dictionaries. Uses a doubly-linked list instead of a list/seq to track insertion order.
Showing
Please register or sign in to comment