Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 794 Bytes

README-CN.md

File metadata and controls

25 lines (23 loc) · 794 Bytes


English | 中文

golib

一个基于Go标准库的工具包,以性能、灵活、简洁为设计目标, 通过引入泛型来加强代码复用。

  • algz 算法相关函数
  • cryptz 加解密相关函数
  • ctxz ctx相关函数
  • goz goroutine相关函数
  • hashz hash相关函数
  • heapz 堆相关实现
  • listz 链表相关实现
  • mapz map相关函数
  • mathz math相关函数
  • randz 随机相关函数
  • ringz 环形队列相关实现
  • setz 集合相关函数
  • slicez 切片相关函数
  • sortz sort相关函数
  • testz test相关函数
  • strz 字符串相关函数,能够处理多种utf8编码的字符串
  • typez 常量、变量、类型相关函数