https://github.com/welllog/golib
A tool package based on the Go standard library, designed with high performance, flexibility, and versatility in mind.
https://github.com/welllog/golib
Last synced: 11 months ago
JSON representation
A tool package based on the Go standard library, designed with high performance, flexibility, and versatility in mind.
- Host: GitHub
- URL: https://github.com/welllog/golib
- Owner: welllog
- License: mit
- Created: 2023-06-09T02:00:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T09:10:02.000Z (over 1 year ago)
- Last Synced: 2025-01-18T05:42:45.122Z (over 1 year ago)
- Language: Go
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-CN.md
- License: LICENSE
Awesome Lists containing this project
README
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`` 常量、变量、类型相关函数