Commit Graph

27 Commits

Author SHA1 Message Date
John
49ce7fe885 fix data race issue of gqueue 2019-03-08 17:54:50 +08:00
John
76c49170bd change gitee.com/johng/gf -> github.com/gogf/gf 2019-02-02 16:18:25 +08:00
John
85677b952f fulfil funcs of gstr/gset/garray; move gstr/gregex to the string category; move gtest to the test category 2019-01-30 21:27:03 +08:00
John
72569321fa package comments update 2019-01-16 13:35:16 +08:00
John
0c41909454 pakage comments updates 2019-01-15 23:27:47 +08:00
John
1c9cb8286f up 2019-01-09 12:54:37 +08:00
John
aee266eea0 WebServer改进 2018-11-28 20:19:28 +08:00
John
10c3f6d85a 完善程序细节和测试 2018-11-18 22:22:44 +08:00
john
8ea5e1bbce 完成gcache LRU基准测试 2018-09-19 09:47:50 +08:00
John
b9eead27e9 gcache改进 2018-09-18 00:01:10 +08:00
John
359b73e61c garray.Slice方法改进,gqueue改进 2018-09-16 10:51:02 +08:00
John
01c9c165ee 改进gcache/gqueue,提高执行效率,并完善相应的基准测试用例 2018-09-15 16:40:13 +08:00
John
6f403d48c2 改进 2018-08-23 21:55:27 +08:00
John
1b80ca3c5d 改进grpool代码质量,并改进对池化goroutine数量的限制设计 2018-05-25 09:19:06 +08:00
John
6f031a1a72 完善ghttp.Server注释,修复gqueue数量限制功能 2018-04-19 14:29:19 +08:00
John
66a71c1a44 组件优化 2018-03-29 13:46:05 +08:00
John
1f78e1602b 修正gqueue并发安全问题 2018-03-13 15:54:56 +08:00
John
5764462d81 完善gqueue基准测试 2018-02-28 14:16:24 +08:00
John
75492e7412 注释完善 2018-02-28 12:01:14 +08:00
John
de1047edc9 gchan,gqueue包性能改进 2018-02-28 11:45:06 +08:00
John
9a32b203fb 改进grpool协程池内部细节,提升操作性能 2018-02-07 10:52:18 +08:00
John
5db721a250 完善gchan和gqueue注释 2018-02-07 09:42:18 +08:00
John
68a66128e6 新增gchan包,对channel进行简单封装,便于优雅的channel操作处理;完善gqueue包功能 2018-02-02 16:56:53 +08:00
John
25df05f2bf gqueue改进,只留下interface{}类型的对象封装 2018-02-02 15:20:34 +08:00
John
8ecb4449b1 gqueue改进,只留下interface{}类型的对象封装 2018-02-02 15:19:42 +08:00
John
45bf89b61a gqueue新增Close方法便于队列优雅退出 2018-02-02 14:56:02 +08:00
John
61c067c661 新增动态大小的安全队列gqueue,并修正grpool关闭时的数量问题 2018-01-20 11:09:27 +08:00