Skip to content

Releases: smallnest/exp

里程碑:甜水河

30 Sep 03:41
Compare
Choose a tag to compare

增加更多的特性。
增加修复Go程序crash的Uretprobe的便利方法

里程碑:碱水河

05 Mar 03:13
Compare
Choose a tag to compare

增加更多的类型

里程碑:清水河

13 Jan 15:52
Compare
Choose a tag to compare
  • add atomicx
  • add TaskGroup

里程碑:凉水河

18 Dec 04:06
Compare
Choose a tag to compare
  • 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