Skip to content

KokoiRuby/generickit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generickit

generickit is a tool kit featured by Golang Generic. It offers a range of helper/utility methods for commonly-used data structures.

Install

Requirement: Go Release >= v1.18.

In case u got trouble downloading in CN mainland, please enable $GOPROXY by this link and try again.

$ go get github.com/KokoiRuby/generickit@latest

Links

  • slice: Insert, Delete, Aggregate, Reverse, Shrink, Generator, Find, Contains, MapReduce.
  • mapx: Keys, Values, KeysValues, ToMap, SyncMap, HashMap.
  • setx: MapSet.
  • list: ArrayList, ConcurrentList, LinkedList (Circular + Doubly).
  • queue: ConcurrentLinked[Blocking]Queue, ConcurrentArrayBlockingQueue.
  • bean: Option.
  • sync: Pool, Map.

About

Helper/Utility featured by Golang Generic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages