Commit Graph

68 Commits

Author SHA1 Message Date
godotg 2f55bbb387 ref[SingleCache]: move SingleCache to scheduler 2024-03-28 10:35:55 +08:00
godotg e27986b5e0 update 2024-03-27 21:34:50 +08:00
godotg b3e61091a2 perf[cache]: assert construct param 2024-03-27 17:48:48 +08:00
godotg faace1de6a test[cache]: LazyCache test 2024-03-27 17:37:33 +08:00
godotg aa3ee29383 test[cache]: LazyCache test 2024-03-27 17:33:34 +08:00
godotg a28544db8a fix[cache]: update expire time when put value 2024-03-27 17:18:50 +08:00
godotg fda2d6a092 fix[cache]: int overflow 2024-03-27 17:04:18 +08:00
godotg 03d7996815 del[cache]: delete sizeCheckTimeAtomic 2024-03-27 17:00:50 +08:00
godotg 7fcf726371 fix[cache]: Comparison method violates its general contract 2024-03-27 16:48:11 +08:00
godotg c4812dcad7 perf[cache]: checkMaxSize need currentTimeMillis method for precise time 2024-03-27 16:27:49 +08:00
godotg b0a53b7f25 perf[cache]: limit check cache size time 2024-03-27 15:31:22 +08:00
godotg 9ee797d495 perf[cache]: limit check cache size time 2024-03-27 15:30:17 +08:00
godotg 15dd47ef63 perf[cache]: use back pressure to remove caches that exceed the maximum size in batches 2024-03-27 14:46:20 +08:00
godotg f56bb656ae ref[cache]: move LazyCache from orm to scheduler 2024-03-26 11:21:12 +08:00
godotg 7a008dbcc7 chore[comment]: scheduler comments 2024-01-20 20:34:12 +08:00
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