Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 961 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 961 Bytes


English | 中文

golib

a tool library based on Go standard library, designed for performance, flexibility and simplicity, and enhanced code reuse by introducing generics.

  • algz algorithm related functions
  • cryptz encryption and decryption related functions
  • ctxz ctx related functions
  • goz goroutine related functions
  • hashz hash related functions
  • heapz heap related implementations
  • listz linked list related implementations
  • mapz map related functions
  • mathz math related functions
  • randz random related functions
  • ringz ring queue related implementations
  • setz set related functions
  • slicez slice related functions
  • sortz sort related functions
  • strz string related functions, able to handle multiple utf8 encoded strings
  • testz test related functions
  • typez constants, variables, type related functions