Skip to content

Tags: cuzfrog/tgods

Tags

v1.12.1

Toggle v1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dev fix linked hash remove head (#41)

* Embed node as value

* Fix removeElemFromBucket for first elem

* Fix hash_table hashRedistribute for linked nodes

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix linkedHashMap redistribute hash (#40)

v1.11.1

Toggle v1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
tune array.Set behavior (#37)

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dev compare and equal constraint types (#36)

* add constrained type constructor for Graph

* add constrained type constructor for Queue

* add constrained type constructor for Deque

* add constrained type constructor for List

* add constrained type constructor for Map

* add constrained type constructor for tree based Map and Set

* add constrained type constructor for Stack

* add doc to constraint interfaces

* inline newRbTreeOfComp

* make Map constructors dry

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dev circular array fine control (#35)

* add AutoSizingFlag const

* add autoSizingFlag to circularArray

* impl panic for insufficient cap without autoExpanding

* impl skip shrink when autoShrink is diabled

* add API for resizing props

* add constrained type constructor for LinkedHashSet

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dev client interface for hash and equal (#34)

* add HashSetC constructor

* add HashMapC constructor

* add MultiMapC constructor

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dev linked hash table head api (#33)

* add LinkedSet interface and impl methods for linkedHashTable

* add Set.Replace in addition to Add

* add interface LinkedMap with methods impl

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix circularArray shrink when size is 0 (#32)

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix hashTable Contains when it is empty skip index cal (#30)

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix Peek semantics for queue deque and stack (#28)