Commit Graph

53 Commits

Author SHA1 Message Date
sun 82d299e1c1 perf[enhance]: use getName() in class 2023-09-21 11:13:23 +08:00
sun f05870ca51 perf[thread local]: use FastThreadLocalAdapter instead of FastThreadLocal 2023-09-20 17:52:57 +08:00
godotg 64a9fec7ba chore[version]: update version 2023-09-12 23:40:48 +08:00
godotg 2f8098aa10 test[zfoo]: skip test in net and orm 2023-09-09 11:01:31 +08:00
godotg e5eed6b746 test[zfoo]: skip test in net and orm 2023-09-09 11:00:27 +08:00
godotg 87725fa484 ref[scheduler]: refactor scheduler 2023-09-02 22:39:22 +08:00
godotg 353d40d5fe ref[id]: rename IdUtils to UuidUtils 2023-09-02 21:00:52 +08:00
godotg ff3e06c123 ref[move]: move ThreadUtils 2023-09-02 20:36:02 +08:00
godotg 13d284184d del[thread]: delete SafeRunnable 2023-09-02 20:29:08 +08:00
godotg b0d242658c ref[thread]: deprecated method in java 17 2023-09-02 19:23:07 +08:00
godotg 02ae50ea10 ref[move]: move class 2023-09-02 16:26:36 +08:00
godotg e80cd2ca71 feat[graalvm]: scheduler graalvm support 2023-09-02 16:22:54 +08:00
sun a6e8d623bf fix[log]: fix logback pattern error in spring 3.x 2023-09-01 16:13:35 +08:00
meiwei f1ae593739 perf[protocol]:update config 2023-08-25 21:00:51 +08:00
meiwei 3288db4ad8 perf[scheduler]:修复添加cron任务不执行 2023-08-24 14:24:19 +08:00
meiwei adba146780 perf[protocol]:增加支持protocul文件支持配置包名和有优化probuf文件读取 2023-08-24 12:39:32 +08:00
godotg 11e7cb8bca perf[time]: volatile reduces the cache hit ratio of the CPU 2023-02-24 23:11:54 +08:00
sun 0e587eda79 perf[time]: improve the precision of the now() method 2023-02-21 20:14:48 +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
godotg f1f991c742 del[net]: remove unnecessary thread constructor parameters 2022-12-22 21:05:08 +08:00
godotg 675aced66f doc[event]: 更新文档和注释 2022-09-17 20:04:57 +08:00
godotg fed22442e7 perf[thread]: 优化当前线程的线程组 2022-09-08 10:55:07 +08:00
godotg c4cdf272eb perf[runnable]: 使用Runnable函数式编程接口 2022-07-28 21:47:33 +08:00
godotg a637db260a perf[net]: 减少不必要的字段 2022-07-28 18:05:34 +08:00
godotg 004d96a3dd perf[net]: 在task,event,scheduler线程执行的异步请求,请求成功过后依然在相同的线程执行回调任务 2022-07-28 15:35:44 +08:00
jianan e4d3945142 perf[module]: 实现BeanDefinitionParser接口注册自定义bean调用时机分析注释 2022-07-03 12:14:16 +08:00
jianan de191a535b perf[module]: 实现BeanDefinitionParser接口注册自定义bean调用时机分析注释 2022-07-03 00:21:37 +08:00
jianan 2fd29b2a16 perf[module]: Scheduler启动注释 2022-07-02 23:47:15 +08:00
jaysunxiao b39fc50a21 perf[zfoo]: 优化注释文档 2022-02-10 15:18:35 +08:00
jaysunxiao 9aa1898c74 doc[zfoo]: 更新文档 2021-12-11 10:25:51 +08:00
jaysunxiao 2591705158 perf[scheduler]: 任务调度未知异常捕获 2021-12-02 16:16:28 +08:00
jaysunxiao 8ae6926bd6 fix[time]: 修复一周时间常量错误 2021-11-23 12:56:31 +08:00
jaysunxiao 5cb953f4e8 perf[scheduler]: 使用更加轻量级的实现替代比较重的时间轮算法 2021-10-10 21:56:07 +08:00
islandempty bf1429ada8 fix[scheduler]:线程池优化 2021-10-10 14:49:56 +08:00
islandempty 9ea2a5cbbc fix[scheduler]:线程池优化 2021-10-10 14:46:12 +08:00
jaysunxiao b31186c8d3 perf[scheduler]: 删除不必要的方法 2021-10-10 14:13:45 +08:00
islandempty 749df8ef24 fix[scheduler]:修改为基于时间轮算法的定时任务调度 2021-10-09 22:30:32 +08:00
jaysunxiao fb2fac2e4b doc[net]: 优化文档注释 2021-09-26 15:30:06 +08:00
jaysunxiao af463c656c perf[scheduler]: 让cron表达式在其它模块启动完成过后再执行,减少重复的遍历提升了一点性能 2021-09-18 10:51:45 +08:00
jaysunxiao 8acaf7eb57 perf[net]: 优化StopWatch的打印格式,保留两位小数 2021-08-27 17:23:00 +08:00
jaysunxiao c6630c4200 perf[zfoo]: stop watch优化 2021-08-27 16:05:02 +08:00
jaysunxiao 2b373e87bb perf[zfoo]: 增加模块启动耗时检查 2021-08-28 15:40:50 +08:00
jaysunxiao 8a6c7bbbc1 perf[net]: Message增加了其它默认的实例 2021-08-19 21:43:05 +08:00
jaysunxiao 920d6c140a perf[scheduler]: cron表达式再scheduler启动过后由3秒改为7秒执行,3秒时间太短 2021-08-02 18:06:04 +08:00
jaysunxiao f4255b12f4 perf[scheduler]: 将cron方法改为静态方法 2021-08-02 16:53:42 +08:00
jaysunxiao 8f3c5f8152 doc[zfoo]: 更新文档 2021-07-04 22:35:27 +08:00
jaysunxiao 2ba6cb2cde delete[zfoo]: 删除无用的代码 2021-07-04 21:30:30 +08:00
jaysunxiao a7d855e2e8 fix[scheduler]: 修复时间任务调度重复注册的问题 2021-07-04 21:07:25 +08:00
jaysunxiao 617500ae59 fix[scheduler]: 修复每秒钟执行任务不执行的问题 2021-06-26 13:44:19 +08:00