Commit Graph

806 Commits

Author SHA1 Message Date
aoyu e06e2d1aa8 test[protocol]add performance test of specific object 2023-02-27 12:04:36 +08:00
godotg 1c32a576a0 Merge pull request #47 from Yuao-github/main
fix[protocol] modify a detail of "SpeedTest"
2023-02-25 21:50:02 +08:00
aoyu 62ee3a2751 fix[protocol] modify a detail of "SpeedTest" 2023-02-25 21:17:15 +08:00
godotg 1264387ca5 ref[monitor]: adjust the directory structure 2023-02-24 23:19:55 +08:00
godotg 11e7cb8bca perf[time]: volatile reduces the cache hit ratio of the CPU 2023-02-24 23:11:54 +08:00
godotg f4f700b132 Update maven.yml
ci
2023-02-24 11:00:46 +08:00
godotg ac57b9172b Create maven.yml
ci
2023-02-24 10:46:42 +08:00
godotg 99c49f5c05 fix[protocol]: fix test compilation error 2023-02-24 10:28:48 +08:00
sun 1b1844950c feat[monitor]: performance of disk io monitoring 2023-02-21 20:17:19 +08:00
sun a26bb90438 Merge remote-tracking branch 'origin/main' 2023-02-21 20:15:10 +08:00
sun 0e587eda79 perf[time]: improve the precision of the now() method 2023-02-21 20:14:48 +08:00
godotg d958644292 Merge pull request #46 from Yuao-github/main
test[protocol]
2023-02-19 10:03:43 +08:00
aoyu 608d5f0ad0 test[protocol]test serialization and deserialization performance of fields(int,Integer,float) 2023-02-18 22:37:38 +08:00
godotg 6ba3bfa16b Merge pull request #45 from Yuao-github/main
perf[event] add field "async" in @EventReceiver
2023-02-15 20:22:43 +08:00
aoyu 55ea87e3f3 perf[event] add field "async" in @EventReceiver 2023-02-15 20:02:36 +08:00
godotg cf5f93d2d6 Merge pull request #44 from Yuao-github/main
perf[protocol]:optimize detection of circular references using topolo…
2023-02-13 15:36:01 +08:00
aoyu a729493015 perf[protocol]:optimize detection of circular references using topological sorting algorithms 2023-02-13 15:19:06 +08:00
sun 372947e675 doc[idea]: doc 2023-01-29 17:39:36 +08:00
godotg 607314a442 revert[proxy]: bean should be pojo class 2023-01-17 11:18:52 +08:00
sun 06f716feb9 fix[proxy]: the annotations of the bean of the parent class cannot be scanned 2023-01-16 19:11:19 +08:00
sun e2522ac333 doc[todo]: todo doc 2023-01-14 17:51:26 +08:00
sun cbd34ac10b rename[storage]: rename getFieldName method 2023-01-10 20:19:49 +08:00
sun 051660e3a2 perf[storage]: use ExcelFieldName annotation as the column name 2023-01-10 20:03:33 +08:00
godotg 1371bf51d3 Merge pull request #43 from Yuao-github/main
ref[storage] rewrite code of @ExcelFieldName
2023-01-10 19:12:33 +08:00
aoyu 5fde28f669 ref[storage] rewrite code of @ExcelFieldName 2023-01-10 15:33:11 +08:00
godotg 5ef04e0b17 perf[exception]: format the exception log 2023-01-06 22:29:52 +08:00
godotg d0aa341c06 log[gateway]: detailed log 2023-01-06 18:20:15 +08:00
zfoo a2d94e0e58 Merge pull request #41 from Yuao-github/main
feat[storage] Add @ExcelFieldName to specify the column name of the r…
2023-01-04 10:28:53 +08:00
aoyu 2e49638052 feat[storage] Add @ExcelFieldName to specify the column name of the resource file 2022-12-31 14:07:30 +08:00
godotg 6ad5cabdae Merge pull request #40 from Yuao-github/main
perf[storage] 把@Resource指定路径优化为指定别名
2022-12-29 13:26:47 +08:00
aoyu 590ba9e105 perf[storage] 把@Resource指定路径优化为指定别名 2022-12-28 19:59:34 +08:00
jaysunxiao b9f5d4b8d5 fix[storage]: does not expose the real error exception 2022-12-28 19:34:26 +08:00
godotg 8dc27200c1 Merge pull request #39 from Yuao-github/main
feat[storage] resource注解新增指定路径功能
2022-12-28 18:59:21 +08:00
aoyu 4bde36ece9 feat[storage] resource注解新增指定路径功能 2022-12-28 17:27:15 +08:00
godotg 91393207e5 fix[channel]: wrong channel object was used 2022-12-23 20:42:39 +08:00
godotg 4cec1a0574 perf[session]: use primitive type in SessionManager 2022-12-23 18:55:00 +08:00
godotg f1f991c742 del[net]: remove unnecessary thread constructor parameters 2022-12-22 21:05:08 +08:00
godotg 2df2f31e62 del[net]: remove methods that are not used 2022-12-22 18:14:24 +08:00
godotg 758b12f583 del[net]: removed infrequently used constructors 2022-12-22 18:09:13 +08:00
godotg 34e6ec83bf perf[net]: use Objects requireNonNullElse method 2022-12-20 23:14:40 +08:00
godotg c8774def51 Merge pull request #38 from tingyanshen/feat/session_lifecycle
refactor[net]: adding session lifecycle consumer support
2022-12-20 19:55:38 +08:00
石头 f2ab3ac584 refactor[net]: adding session lifecycle consumer support 2022-12-20 19:22:06 +08:00
godotg 41009a99a7 doc[zfoo]: update document 2022-12-14 15:05:15 +08:00
godotg bcae705849 perf[storage]: use another collection to store resources 2022-12-13 11:27:15 +08:00
godotg d95088cfa8 fix[storage]: fixed the issue that when packaged as a jar, the resource could not get the absolute path 2022-12-13 11:10:42 +08:00
godotg 80a04ae581 Merge pull request #37 from Yuao-github/main
perf[storage] 优化了字符串处理函数
2022-12-12 19:17:12 +08:00
godotg d77792cbfc ref[net]: refactored the packet service 2022-12-12 18:57:11 +08:00
aoyu f3460a9e3d perf[storage] 优化了字符串处理函数 2022-12-12 18:54:29 +08:00
godotg 9fbdf0f263 ref[net]: refactored the session event 2022-12-12 18:48:36 +08:00
godotg 9d3da6c3c9 ref[net]: refactored the session attribute 2022-12-12 18:34:03 +08:00