vRp.CD2g_test/utils
kercylan98 3ad1330cd9 feat: concurrent.Pool 新增静默模式可选项 WithPoolSilent,在该模式下当缓冲区大小不足时,将不再输出警告日志 2023-09-19 12:41:13 +08:00
..
arrangement feat: arrangement.Engine 新增更多的辅助函数 2023-08-03 17:36:51 +08:00
buffer feat: buffer.Unbounded 增加新的构造函数,支持省略 generateNil 函数,新增 IsClosed 函数检查无界缓冲区是否已经关闭 2023-09-19 12:37:18 +08:00
combination fix: combination.WithValidatorHandleNCarryM 修复 M 允许类型不同的问题 2023-08-02 18:04:31 +08:00
compress 辅助函数 2023-04-23 11:23:54 +08:00
concurrent feat: concurrent.Pool 新增静默模式可选项 WithPoolSilent,在该模式下当缓冲区大小不足时,将不再输出警告日志 2023-09-19 12:41:13 +08:00
counter feat: counter 包增加简单去重计数器 2023-08-25 15:23:28 +08:00
crypto refactor: kcrypto 包更名为 crypto,与目录名对应 2023-07-27 16:46:09 +08:00
deck feat: 新增 deck 包,用于对牌堆、麻将牌堆、一组数据等情况的管理 2023-08-02 14:57:32 +08:00
file perf: survey 包整体优化 2023-08-23 11:12:48 +08:00
generic feat: generic 包支持更多的空指针判断函数 2023-07-27 12:06:17 +08:00
geometry style: 去除部分无用字段,优化整体可读性 2023-07-14 20:41:44 +08:00
hash feat: 新增大量 slice 包和 hash 包的辅助函数 2023-09-08 13:13:01 +08:00
huge 注释优化 2023-05-10 11:33:33 +08:00
log feat: survey 包 Report 新增 Avg、Count、Sum 等辅助计算函数 2023-09-09 09:39:27 +08:00
maths feat: maths 包支持奇偶数判断 2023-07-29 10:55:29 +08:00
network other: 删除 net 包中的不合理函数 2023-07-01 16:49:45 +08:00
offset feat: 支持获取全局偏移时间 2023-06-26 20:07:51 +08:00
random feat: random 包通过权重和概率随机产生一个成员支持返回产生成员的索引或 Key 2023-09-19 12:37:53 +08:00
reflects feat: 新增 reflects 包,包含反射相关辅助函数 2023-08-08 13:35:21 +08:00
runtimes 服务器事件日志优化 2023-04-20 16:40:07 +08:00
slice feat: slice.Priority 优先级队列新增 Slice 函数,获取队列成员为切片类型 2023-09-11 16:34:08 +08:00
sole fix: 优化 go1.21 以下项目的兼容性 2023-08-22 14:06:20 +08:00
sorts feat: utils 下新增 sorts.Topological 拓扑排序函数 2023-09-11 11:31:17 +08:00
storage refactor: storage 包重构,优化整体设计 2023-08-24 18:32:13 +08:00
str feat: 增加部分字符串转换函数 2023-07-18 09:33:54 +08:00
stream feat: stream.Slice 新增 Indexes 和 Map 函数 2023-09-08 14:44:48 +08:00
super fix: super 包优化 GetError 函数的空指针问题 2023-09-19 12:33:16 +08:00
timer fix: 修复 timer.Ticker.Loop 函数首次触发时会触发两次的问题 2023-08-15 11:32:45 +08:00
times feat: times 包增加部分时间处理函数 2023-08-15 19:42:21 +08:00
xlsxtool 💥 移除g2d包,合并到geometry包 2023-06-19 11:37:09 +08:00
doc.go 📝 注释文档优化 2023-06-20 15:49:35 +08:00