Commit Graph

1557 Commits

Author SHA1 Message Date
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
godotg 9932000be2 chore[comment]: copyright 2024-03-15 17:35:22 +08:00
godotg 48e1504463 chore[var]: generic type 2024-03-15 17:17:13 +08:00
godotg 2bff063196 perf[orm]: maven dependency 2024-03-08 19:26:18 +08:00
godotg 71c2d91d5e fix[netty]: netty dependency does not need netty-transport-native-epoll and use maven classifier to include the corresponding platform's package 2024-03-08 17:29:56 +08:00
ThinkGamer daba93eb74 Merge pull request #94 from zfoo-project/zfoo-hotswap-comment
chore[hotswap]: update comment
2024-03-07 16:39:00 +08:00
cuizw a14fd1296b chore[hotswap]: update comment 2024-03-07 16:36:50 +08:00
godotg 7bcaa66585 chore[hotswap]: update comment 2024-03-07 16:07:43 +08:00
godotg ff8a320fc1 chore[generate]: format csharp code 2024-03-05 18:09:19 +08:00
godotg 64a3526cc0 test[benchmark]: fastjson2 test 2024-03-05 18:02:44 +08:00
godotg 59d8ce0815 perf[deploy]: reduce deployment complexity 2024-03-04 12:11:28 +08:00
godotg 4870a55fec perf[deploy]: reduce deployment complexity 2024-03-01 17:28:47 +08:00
godotg 27b3902772 chore[func]: if can't get the property name corresponding to Func, an exception will be thrown 2024-02-27 19:28:01 +08:00
godotg 341b384017 Merge pull request #93 from LucaLq/main
perf[graalvm]: optimized annotation @GraalvmNativeStorage
2024-02-27 18:56:12 +08:00
superman 73d8649859 perf[graalvm]: optimized annotation @GraalvmNativeStorage 2024-02-27 18:24:33 +08:00
godotg d3ee05daf0 chore[command]: command log 2024-02-24 16:31:02 +08:00
godotg 5dc92cfd5a perf[thread]: increase the event threads 2024-02-23 11:09:46 +08:00
godotg 4a35397432 perf[virtual]: virtual thread task can not set Attachment to ThreadLocal 2024-02-21 17:15:58 +08:00