Commit Graph

1574 Commits

Author SHA1 Message Date
godotg 41584f03f9 Merge remote-tracking branch 'origin/main' 2024-03-28 10:34:47 +08:00
godotg a9949510a2 del[SingleCache]: delete use EventBus to get value of supplier 2024-03-28 10:34:28 +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 2ab34818e5 perf[cache]: remove listener in eventbus 2024-03-26 14:12:35 +08:00
godotg 4b0018e1d2 ref[cache]: use LazyCache instead of Caffeine 2024-03-26 11:44:55 +08:00
godotg a3c7dd04d2 ref[balancer]: use LazyCache instead of Caffeine 2024-03-26 11:22:19 +08:00
godotg f56bb656ae ref[cache]: move LazyCache from orm to scheduler 2024-03-26 11:21:12 +08:00
godotg 854ba4faf2 del[cache]: delete SimpleCache 2024-03-26 11:12:40 +08:00
godotg 099492d186 test[orm]: EntityCache test 2024-03-26 10:58:12 +08:00
godotg 18531c09ef ref[EntityCache]: use LazyCache instead of Caffeine 2024-03-26 10:45:03 +08:00
godotg 6b62bda613 perf[cache]: expire check 2024-03-25 23:12:01 +08:00
godotg c701dd8e6e fix[LazyCache]: ConcurrentHashMap unsafe remove in for 2024-03-25 19:57:48 +08:00
godotg 5ca773121b perf[LazyCache]: remove cache reason 2024-03-25 19:38:16 +08:00
godotg 66d5735bff feat[LazyCache]: lazy detect the expiration time 2024-03-25 19:07:22 +08:00
godotg ac0bb9214f perf[cache]: use cas instead of lock 2024-03-25 16:16:37 +08:00
godotg 34ac818752 perf[cache]: async load single cache 2024-03-25 16:04:37 +08:00
godotg cd1ae54fce feat[release]: 3.3.1 release 2024-03-23 20:15:11 +08:00
godotg 8bc480c1bc perf[write]: simplify the write method of packet 2024-03-23 18:24:35 +08:00
godotg 0e6fb0addd chore[doc]: update doc 2024-03-23 18:20:08 +08:00
godotg 5c1bc4d143 chore[doc]: update doc 2024-03-23 18:13:13 +08:00
godotg df54c2ce97 Merge pull request #95 from guanjie-tom-wang/fix-Readme-Typo
Fix Readme.md Typos
2024-03-23 18:01:25 +08:00
godotg 92b8ee0680 perf[event]: the event method name is changeless 2024-03-23 17:43:21 +08:00
godotg 9932e046b6 del[event]: delete IPlayerEvent 2024-03-23 16:30:06 +08:00
weixiaoqiang b51fd4e0ed perf[event]:Optimize event exception handling and unsubscribed event handling 2024-03-23 10:13:57 +08:00
Tom Wang 260d60bf14 Fix the typo at README.md 2024-03-22 13:36:53 -04:00
O-GuanjieWang-O 94547030c1 Fix the Typo at README 2024-03-22 13:32:01 -04:00
godotg 8ade37bbe3 test[log]: the total time consumed by multiple thread 2024-03-22 15:18:54 +08:00
godotg b025bae381 chore[maven]: update maven version 2024-03-21 20:15:02 +08:00
godotg a17d9ef270 perf[registry]: custom root path 2024-03-21 16:13:14 +08:00
godotg e2625a45b8 feat[registry]: custom root path 2024-03-21 16:02:15 +08:00
godotg 5be1a2ccb8 chore[doc]: update doc 2024-03-20 11:30:20 +08:00
godotg fcfe65f8cb chore[doc]: update doc 2024-03-19 17:38:10 +08:00
godotg 2a5d8eac7d chore[orm]: warning log 2024-03-19 10:19:37 +08:00
godotg 7b491011c8 chore[orm]: warning log 2024-03-18 17:58:04 +08:00
godotg 58cc666e6d chore[orm]: rename pnode 2024-03-18 14:36:02 +08:00
godotg 6b5423930f Merge remote-tracking branch 'origin/main' 2024-03-18 11:43:05 +08:00
godotg 056c30d440 fix[orm]: verify that the entity to be updated and the cached entity are the same entity 2024-03-18 11:42:41 +08:00
godotg c012d84bfa chore[doc]: update doc 2024-03-16 12:01:16 +08:00
godotg e38f3ef0a7 update 2024-03-16 11:05:41 +08:00