Skip to content

Releases: emirpasic/gods

v1.10.0

20 Sep 16:12
Compare
Choose a tag to compare
  • List set method `list.Set(index, interface{}) #87
  • TreeBidiMap fix to panic on first invalid type according to comparator 370f7ab
  • Array list optimization #76
  • Documentation updates

v1.9.0

06 Mar 04:26
Compare
Choose a tag to compare
  • JSON serialization (marshaling) / deserialization (unmarshaling) #53

v1.8.1

05 Mar 22:35
Compare
Choose a tag to compare
  • Fix doubly linked list's element's previous pointer when inserting #52

v1.8.0

05 Mar 22:02
Compare
Choose a tag to compare

v1.7.0

03 Mar 23:23
Compare
Choose a tag to compare
  • TimeComparator #42

v1.6.0

17 Sep 20:17
Compare
Choose a tag to compare
  • Added comparators for most common builting types (string, int, int8, int16, int32, int64, uint, uint8, uint16, uint32, uint64, float32, float64, byte, rune)

v1.5.2

07 Sep 01:58
Compare
Choose a tag to compare
  • Allow for a bulk optimized push of values into a heap #35

v1.5.1

07 Sep 01:23
Compare
Choose a tag to compare
  • Fix duplicate struct key insertion in red-black tree #34

B Tree and Tests Breakdown

16 Jul 05:35
Compare
Choose a tag to compare
  • B tree implementation #26
  • Red-black tree returning all keys and values optimization to use its own iterator rather than stack #26
  • Test for insertion, deletions and search #26

v1.4.0

03 Jul 02:40
Compare
Choose a tag to compare
  • Bidirectional map (TreeBidiMap) #25