Releases: smallnest/exp
Releases · smallnest/exp
里程碑:甜水河
里程碑:碱水河
里程碑:清水河
里程碑:凉水河
-
sync
- generic sync.Map: modify sync.Map to support generic
- Phaser: a reusable synchronization barrier, similar in functionality to java.util.concurrent.Phaser
- Horn: implement the observer pattern via channel
-
container
- heap: generic heap
- list: generic list
- ring: generic ring
- skiplist: generic skiplist based on mauricegit/skiplist
- set: discussion at golang/go#47331
- Set: generic set
- SortedSet: generic sorted set
- maps:
- OrderedMap: an insert-order map. The main code is forked wk8/go-ordered-map
- AccessOrderedMap: an access-order map.
- BidiMap: a bidirectional map.
- Tuple: a collection of generic tuples.
-
chanx
- Batch: batch get from channels efficiently