You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gods/maps
navigaid a733df2d7b
fix linkedhashmap.Map comment error
In linkedhashmap.go there is a line of comment saying "Map holds the elements in a red-black tree", which is not true. The linkedhashmap holds it's elements in a regular hash table, and uses doubly-linked list to store key ordering.
5 years ago
..
hashbidimap - fix comments/documentation, rigorous serialization testing 6 years ago
hashmap - fix comments/documentation, rigorous serialization testing 6 years ago
linkedhashmap fix linkedhashmap.Map comment error 5 years ago
treebidimap - linked hash map core implementation + iterator + enumerable + tests + serialization (TODO: examples + documentation) 6 years ago
treemap TreeMap Floor and Ceiling functions 6 years ago
maps.go - hashbidimap documentation and example 8 years ago