Commit Graph

206 Commits

Author SHA1 Message Date
John
76c49170bd change gitee.com/johng/gf -> github.com/gogf/gf 2019-02-02 16:18:25 +08:00
John
150aa7e2c2 comments update 2019-02-02 15:21:48 +08:00
John
0762fec696 comments update 2019-02-02 15:16:45 +08:00
John
1447496efa comments update 2019-02-02 14:22:32 +08:00
John
6fb9eafef0 garray updates 2019-02-02 09:07:40 +08:00
John
16bde5e9fc gmap updates 2019-02-01 22:25:58 +08:00
John
7b85c44444 add Clone for garray; comments of garray update 2019-02-01 22:00:58 +08:00
John
ae7db2cf9f gmap updates 2019-02-01 18:40:48 +08:00
John
1afab62dec fulfil unit test cases for garray 2019-02-01 18:33:53 +08:00
John
4171ca992e add reverse feature for function Sort of normal array; fulfil unit test cases for StringArray 2019-02-01 18:14:12 +08:00
John
e1166a8a80 Merge branch 'master' into develop 2019-02-01 17:55:06 +08:00
John
ae1e075696 fix issue in binSearch of garray 2019-02-01 17:44:58 +08:00
John
74a7f71894 gset/gmap update 2019-02-01 17:30:23 +08:00
John
1d5c3d62dd fullfil unit test cases of gset 2019-01-31 21:15:39 +08:00
John
908a46d27d gtest updates 2019-01-31 13:00:17 +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
b02205f7cd gpool updates 2019-01-23 17:27:30 +08:00
John
9698a7c5be gpool updates 2019-01-23 15:01:21 +08:00
John
494f96495e fulfil unit test cases of gtimer 2019-01-23 11:28:57 +08:00
John
24990e26c8 gcron, gtimer updates 2019-01-21 22:09:51 +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
f4644ce685 change func(xxx, safe...bool) to func(xxx, unsafe...bool); add new internal package mutex 2019-01-12 23:36:22 +08:00
John
432c16c89f complete pckage gtimer development, a levelled timing wheel for interval/delayed jobs running and management 2019-01-12 22:41:12 +08:00
John
241706cbbf up 2019-01-12 20:20:30 +08:00
John
33dd0f9922 timing wheel up 2019-01-11 13:46:40 +08:00
John
1c9cb8286f up 2019-01-09 12:54:37 +08:00
John
8296061b64 up 2019-01-06 16:43:42 +08:00
John
bb5d84c29c up 2019-01-06 11:09:50 +08:00
John
40b5162fdf up 2019-01-04 15:32:16 +08:00
John
858b010caa up 2019-01-03 19:11:54 +08:00
John
a95b1f0dae add more unit test cases 2019-01-02 10:18:00 +08:00
John
f1c7b95b33 up 2019-01-01 19:43:31 +08:00
John
1efeb2515d refract package 'gcron'; add package 'gtimew' for Time Wheel style job management 2018-12-30 18:56:21 +08:00
John
ccf837b2bf up 2018-12-30 14:53:16 +08:00
John
e558863743 up 2018-12-30 11:08:07 +08:00
John
2063f662d3 fix silly issue in binary search of garray package, and add unit-test file for garray 2018-12-20 21:55:05 +08:00
John
7434dfe6fa done refacting gdb package 2018-12-16 22:22:07 +08:00
John
60a571f291 Fix issue: add mutex lock for method Remove of garray. 2018-12-11 09:56:58 +08:00
John
51e70be04d Add rewrite feature to WebServer; Add Unique for un sorted array of garray; Fix map conversion issue of gjson. 2018-12-10 20:24:20 +08:00
John
d23cdcbe57 改进gcache,完善功能及基准测试;改进gconv.Map对struct转换时默认使用json tag作为键名 2018-12-04 19:26:46 +08:00
John
b19e47783b ghttp增加静态文件目录映射功能;改进gspath目录管理功能;改进gconv的slice转换功能,并增加gconv.Map方法 2018-11-30 09:48:57 +08:00
John
aee266eea0 WebServer改进 2018-11-28 20:19:28 +08:00
John
b965dbff70 gvar调用端改进,去掉不必要的并发安全参数;错误提示细节改进 2018-11-25 22:18:36 +08:00
John
5e7e1077a1 性能改进 2018-11-23 09:20:45 +08:00
John
9e1ad46c90 改进ghttp.Request,增加SetParam/GetParam请求流程自定义变量方法;gvar模块增加VarRead只读接口 2018-11-19 21:11:43 +08:00
John
10c3f6d85a 完善程序细节和测试 2018-11-18 22:22:44 +08:00
John
e8101cb02f 性能改进中 2018-11-16 18:20:09 +08:00
john
a9f03fe9cb 改进gfpool文件指针池,增加对文件mv/rm后的指针池重建;改进gtime,增加对时间字符串更多的默认时间格式支持,新增gtime.ParseTimeFromContent方法 2018-11-01 17:22:55 +08:00
john
f3f7398ed8 gfpool改进中 2018-10-31 19:00:28 +08:00
john
8fe7ede3b9 完善garray接口定义 2018-10-30 18:52:47 +08:00
john
0d7130ee48 gvar.Set方法返回旧的变量值 2018-10-25 12:10:05 +08:00
john
e0c93a9429 改进gtype.Set方法,增加Set原子操作返回旧的变量值;改进gcron,增加自定义的Cron管理对象,增加New/Start/Stop方法;TODO++ 2018-10-25 10:08:08 +08:00
john
c5a03fca83 新增gcron定时任务包 2018-10-22 16:53:43 +08:00
john
5997803f8d 改进garray排序数组 2018-10-16 18:12:50 +08:00
John
5204193c58 改进gdb,增加数据库操作自动Close特性(使用链接池),用户无需再defer db.Close(),并增加g.DB数据库对象单例别名 2018-10-13 20:29:27 +08:00
john
029bbd2ded 完善glog示例程序文件 2018-10-10 15:24:30 +08:00
john
f0c4068448 完成gvar包的开发,并改进相关依赖包 2018-10-09 13:33:00 +08:00
john
845b954d0e gconv增加Ints/Floats/Interfaces转换方法,完善gconv.Struct方法封装,改进相关依赖包对gconv的引用 2018-10-09 10:05:55 +08:00
john
ddd1e71c4f merge master 2018-10-08 09:44:53 +08:00
john
16dd4a92c1 去掉garray排序数组的length属性 2018-09-30 16:49:34 +08:00
john
0be5cd590b 修复garray排序数组Add可变参数问题 2018-09-30 16:32:12 +08:00
john
bd0df135c8 修复garray排序数组Add变参时的死锁问题 2018-09-30 15:44:48 +08:00
john
a68ee95575 改进gconv对象转换方法,名称修改gconv.MapToStruct -> gconv.Struct 2018-09-28 09:58:01 +08:00
john
80ffcc2470 增加gvar包,并改进默认的g包 2018-09-26 09:58:49 +08:00
john
19f9b127bc 改进gmap,并完善基准测试 2018-09-20 09:28:45 +08:00
john
8b0a0ee272 kafka第三方库sarama-cluster调整为johng-cn/sarama-cluster 2018-09-19 15:08:33 +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
92926db8dc 改进gfpool,改进gmap 2018-09-17 18:43:59 +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
fc2b832b22 gtype底层统一修改为原子操作 2018-09-12 14:02:32 +08:00
john
a4903f2a6b ghttp.Server完善重启及停止的终端提示信息 2018-09-11 10:32:16 +08:00
john
8d8c357832 改进gtype锁机制 2018-09-10 18:09:13 +08:00
john
c67ccdd98d 改进gtype锁机制 2018-09-10 18:01:28 +08:00
john
4306f7dd5d 改进gtype锁机制 2018-09-10 18:00:40 +08:00
john
c3d5dc2e80 改进gtype锁机制 2018-09-10 17:32:21 +08:00
john
0cec53fe8d 完善gring包,增加约瑟夫问题代码作为gring示例程序 2018-09-07 17:48:19 +08:00
john
68a1a59f3a 改进并发安全数据结构,完善示例程序 2018-09-06 19:16:08 +08:00
john
f71f142912 去掉gset.Uint类型,gset增加LockFunc/RLockFunc方法 2018-09-06 18:52:33 +08:00
john
9d82bb3f2d 并发安全容器的并发安全方法改进 2018-09-06 14:48:55 +08:00
john
ebc10f7779 数据结构容器增加并发安全特性开启/关闭功能,当关闭后和普通的数据结构无异,非并发安全模式下性能会得到提高 2018-09-05 18:34:41 +08:00
John
46b16374d7 ghttp.Response方法完善,增加ParseTpl/ParseTplContent/TplContent方法,Template修改为Tpl方法 2018-09-04 22:32:43 +08:00
John
84ac08fa99 改进garray包,gcache新增Contains/SetIfNotExist方法 2018-09-03 23:28:02 +08:00
John
492323c5b1 glog增加日志等级特性 2018-08-30 13:00:49 +08:00
john
c2fb9443ac up 2018-08-28 17:06:49 +08:00
John
6f403d48c2 改进 2018-08-23 21:55:27 +08:00
john
735b27b534 改进garray二分查找方法 2018-08-23 17:24:24 +08:00
john
e54ae0e8d4 改进garray包,增加安全操作处理 2018-08-23 16:56:52 +08:00
zhangjinfu
612e9d77ca garray的int和string的search方法修改 2018-08-23 16:32:50 +08:00
john
6f88fee9ab 修复garray锁机制问题 2018-08-23 15:07:56 +08:00
john
2337b86815 改进 2018-08-16 18:17:47 +08:00
john
da6b9ac4bb 去掉gpool中math.MAXINT64常量的使用,以修复int64到int类型的转换错误,兼容32位系统 2018-07-30 11:22:21 +08:00
john
2cd676e941 修复gpool过期处理异步循环的CPU资源占用问题 2018-07-27 11:08:42 +08:00
john
9815a7d36a 增加gmap.Map对象;改进gfilepool文件指针池设计;改进gfile文本内容写入,增加指针池使用 2018-07-26 13:00:04 +08:00
John
c51a9e8087 修复gpool数据过期处理问题 2018-07-21 15:23:16 +08:00
John
7601edecb9 完善gtcp连接池示例代码 2018-07-12 20:32:56 +08:00
John
db06c6acd3 增加gring并发安全环;gdb包增加调试模式特性并增加了获得在调试模式下已执行的SQL列表结果 2018-07-05 19:36:35 +08:00
John
0048cb4eca 增加gpool对象池;增加gtcp.Conn连接池对象;改进gproc进程间通信机制,增加进程消息分组特性,并限定队列大小 2018-07-04 19:32:51 +08:00