Commit Graph

  • bf8fe1754f chore[map]: doc godotg 2024-04-02 17:00:27 +08:00
  • 96a4a6d8d0 perf[map]: use bit operations to improve performance godotg 2024-04-02 11:34:51 +08:00
  • a06bd60385 test[map]: map test godotg 2024-04-01 18:13:44 +08:00
  • 928411cc7f chore[registry]: rename getRootPath to rootPath godotg 2024-04-01 15:14:42 +08:00
  • 7b7f411d73 Merge pull request #97 from 3ho/main godotg 2024-04-01 09:59:54 +08:00
  • a10dca9f58 feat[net]: get zookeeper path xiaorenping 2024-03-30 22:35:59 +08:00
  • e7a9ad3054 chore[hotswap]: log godotg 2024-03-28 14:48:22 +08:00
  • cfc41181e3 perf[event]: enlarge event executor size godotg 2024-03-28 11:04:31 +08:00
  • 2f55bbb387 ref[SingleCache]: move SingleCache to scheduler godotg 2024-03-28 10:35:55 +08:00
  • 41584f03f9 Merge remote-tracking branch 'origin/main' godotg 2024-03-28 10:34:47 +08:00
  • a9949510a2 del[SingleCache]: delete use EventBus to get value of supplier godotg 2024-03-28 10:34:28 +08:00
  • e27986b5e0 update godotg 2024-03-27 21:34:50 +08:00
  • b3e61091a2 perf[cache]: assert construct param godotg 2024-03-27 17:48:48 +08:00
  • faace1de6a test[cache]: LazyCache test godotg 2024-03-27 17:37:33 +08:00
  • aa3ee29383 test[cache]: LazyCache test godotg 2024-03-27 17:33:34 +08:00
  • a28544db8a fix[cache]: update expire time when put value godotg 2024-03-27 17:18:50 +08:00
  • fda2d6a092 fix[cache]: int overflow godotg 2024-03-27 17:04:18 +08:00
  • 03d7996815 del[cache]: delete sizeCheckTimeAtomic godotg 2024-03-27 17:00:50 +08:00
  • 7fcf726371 fix[cache]: Comparison method violates its general contract godotg 2024-03-27 16:48:11 +08:00
  • c4812dcad7 perf[cache]: checkMaxSize need currentTimeMillis method for precise time godotg 2024-03-27 16:27:49 +08:00
  • b0a53b7f25 perf[cache]: limit check cache size time godotg 2024-03-27 15:31:22 +08:00
  • 9ee797d495 perf[cache]: limit check cache size time godotg 2024-03-27 15:30:17 +08:00
  • 15dd47ef63 perf[cache]: use back pressure to remove caches that exceed the maximum size in batches godotg 2024-03-27 14:46:20 +08:00
  • 2ab34818e5 perf[cache]: remove listener in eventbus godotg 2024-03-26 14:12:35 +08:00
  • 4b0018e1d2 ref[cache]: use LazyCache instead of Caffeine godotg 2024-03-26 11:44:55 +08:00
  • a3c7dd04d2 ref[balancer]: use LazyCache instead of Caffeine godotg 2024-03-26 11:22:19 +08:00
  • f56bb656ae ref[cache]: move LazyCache from orm to scheduler godotg 2024-03-26 11:21:12 +08:00
  • 854ba4faf2 del[cache]: delete SimpleCache godotg 2024-03-26 11:12:40 +08:00
  • 099492d186 test[orm]: EntityCache test godotg 2024-03-26 10:58:12 +08:00
  • 18531c09ef ref[EntityCache]: use LazyCache instead of Caffeine godotg 2024-03-26 10:45:03 +08:00
  • 6b62bda613 perf[cache]: expire check godotg 2024-03-25 23:12:01 +08:00
  • c701dd8e6e fix[LazyCache]: ConcurrentHashMap unsafe remove in for godotg 2024-03-25 19:57:48 +08:00
  • 5ca773121b perf[LazyCache]: remove cache reason godotg 2024-03-25 19:38:16 +08:00
  • 66d5735bff feat[LazyCache]: lazy detect the expiration time godotg 2024-03-25 19:07:22 +08:00
  • ac0bb9214f perf[cache]: use cas instead of lock godotg 2024-03-25 16:16:37 +08:00
  • 34ac818752 perf[cache]: async load single cache godotg 2024-03-25 16:04:37 +08:00
  • cd1ae54fce feat[release]: 3.3.1 release godotg 2024-03-23 20:15:11 +08:00
  • 8bc480c1bc perf[write]: simplify the write method of packet godotg 2024-03-23 18:24:35 +08:00
  • 0e6fb0addd chore[doc]: update doc godotg 2024-03-23 18:20:08 +08:00
  • 5c1bc4d143 chore[doc]: update doc godotg 2024-03-23 18:13:13 +08:00
  • df54c2ce97 Merge pull request #95 from guanjie-tom-wang/fix-Readme-Typo godotg 2024-03-23 18:01:25 +08:00
  • 92b8ee0680 perf[event]: the event method name is changeless godotg 2024-03-23 17:43:21 +08:00
  • 9932e046b6 del[event]: delete IPlayerEvent godotg 2024-03-23 16:30:06 +08:00
  • b51fd4e0ed perf[event]:Optimize event exception handling and unsubscribed event handling weixiaoqiang 2024-03-23 10:13:57 +08:00
  • 260d60bf14 Fix the typo at README.md Tom Wang 2024-03-22 13:36:53 -04:00
  • 94547030c1 Fix the Typo at README O-GuanjieWang-O 2024-03-22 13:32:01 -04:00
  • 8ade37bbe3 test[log]: the total time consumed by multiple thread godotg 2024-03-22 15:18:54 +08:00
  • b025bae381 chore[maven]: update maven version godotg 2024-03-21 20:15:02 +08:00
  • a17d9ef270 perf[registry]: custom root path godotg 2024-03-21 16:13:14 +08:00
  • e2625a45b8 feat[registry]: custom root path godotg 2024-03-21 16:02:15 +08:00
  • 5be1a2ccb8 chore[doc]: update doc godotg 2024-03-20 11:30:20 +08:00
  • fcfe65f8cb chore[doc]: update doc godotg 2024-03-19 17:38:10 +08:00
  • 2a5d8eac7d chore[orm]: warning log godotg 2024-03-19 10:19:37 +08:00
  • 7b491011c8 chore[orm]: warning log godotg 2024-03-18 17:58:04 +08:00
  • 58cc666e6d chore[orm]: rename pnode godotg 2024-03-18 14:36:02 +08:00
  • 6b5423930f Merge remote-tracking branch 'origin/main' godotg 2024-03-18 11:43:05 +08:00
  • 056c30d440 fix[orm]: verify that the entity to be updated and the cached entity are the same entity godotg 2024-03-18 11:42:41 +08:00
  • c012d84bfa chore[doc]: update doc godotg 2024-03-16 12:01:16 +08:00
  • e38f3ef0a7 update godotg 2024-03-16 11:05:41 +08:00
  • 9932000be2 chore[comment]: copyright godotg 2024-03-15 17:35:22 +08:00
  • 48e1504463 chore[var]: generic type godotg 2024-03-15 17:17:13 +08:00
  • 2bff063196 perf[orm]: maven dependency godotg 2024-03-08 19:26:18 +08:00
  • 71c2d91d5e fix[netty]: netty dependency does not need netty-transport-native-epoll and use maven classifier to include the corresponding platform's package godotg 2024-03-08 17:29:56 +08:00
  • daba93eb74 Merge pull request #94 from zfoo-project/zfoo-hotswap-comment ThinkGamer 2024-03-07 16:39:00 +08:00
  • a14fd1296b chore[hotswap]: update comment cuizw 2024-03-07 16:36:50 +08:00
  • 7bcaa66585 chore[hotswap]: update comment godotg 2024-03-07 16:07:43 +08:00
  • ff8a320fc1 chore[generate]: format csharp code godotg 2024-03-05 18:09:19 +08:00
  • 64a3526cc0 test[benchmark]: fastjson2 test godotg 2024-03-05 18:02:44 +08:00
  • 59d8ce0815 perf[deploy]: reduce deployment complexity godotg 2024-03-04 12:11:28 +08:00
  • 4870a55fec perf[deploy]: reduce deployment complexity godotg 2024-03-01 17:28:47 +08:00
  • 27b3902772 chore[func]: if can't get the property name corresponding to Func, an exception will be thrown godotg 2024-02-27 19:28:01 +08:00
  • 341b384017 Merge pull request #93 from LucaLq/main godotg 2024-02-27 18:56:12 +08:00
  • 73d8649859 perf[graalvm]: optimized annotation @GraalvmNativeStorage superman 2024-02-27 18:24:33 +08:00
  • d3ee05daf0 chore[command]: command log godotg 2024-02-24 16:31:02 +08:00
  • 5dc92cfd5a perf[thread]: increase the event threads godotg 2024-02-23 11:09:46 +08:00
  • 4a35397432 perf[virtual]: virtual thread task can not set Attachment to ThreadLocal godotg 2024-02-21 17:15:58 +08:00
  • 742a90e7a4 perf[thread]: fast thread local adapter godotg 2024-02-21 11:38:12 +08:00
  • b5b0cc353f fix[tree]: if key greater than the max key, returns the last index of entry godotg 2024-02-06 17:39:06 +08:00
  • fc9a9e1e82 fix[protocol]: the protocol number is defined repeatedly godotg 2024-02-06 15:21:52 +08:00
  • a69b62b824 fix[note]: class note indented godotg 2024-02-01 11:17:07 +08:00
  • f585e00d07 fix[note]: class note indented godotg 2024-02-01 11:10:35 +08:00
  • 0d46c824b3 chore[note]: rename method godotg 2024-02-01 10:58:24 +08:00
  • 370b1f588d fix[note]: the first line of a multi-line note is not indented godotg 2024-02-01 10:50:54 +08:00
  • 22b01145c4 chore[log]: router log godotg 2024-02-01 10:48:21 +08:00
  • 36f90c8a69 fix[zk]: zooKeeper reconnects without a registered consumer godotg 2024-01-30 12:49:34 +08:00
  • 6dbb718c27 perf[lua]: serialize table to json godotg 2024-01-29 19:33:22 +08:00
  • f94a89ae99 perf[lua]: convert the array or map of Lua to a normal output string godotg 2024-01-29 18:58:09 +08:00
  • 58fbb96a3a perf[lua]: convert the table of lua to a string output godotg 2024-01-29 17:19:07 +08:00
  • 074f5d1303 chore[storage]: typo godotg 2024-01-27 10:54:39 +08:00
  • 9c3b4439fb feat[orm]: unsafe updates entity immediatly godotg 2024-01-25 19:33:43 +08:00
  • 5f75c53ef2 feat[orm]: unsafe updates entity immediatly godotg 2024-01-25 19:32:32 +08:00
  • f0a4a8e994 perf[orm]: updates entity are not verified for consistency godotg 2024-01-25 16:35:12 +08:00
  • cf569d8dc5 perf[orm]: updates entity are not verified for consistency godotg 2024-01-25 16:28:10 +08:00
  • 8fdc330f8d perf[cs]: get protocol name in script godotg 2024-01-25 15:55:44 +08:00
  • d48777b1dd perf[cs]: get protocolId by class type godotg 2024-01-25 15:45:32 +08:00
  • 61eea4418d perf[cs]: get protocolId by class type godotg 2024-01-25 15:42:12 +08:00
  • a23d5d1d1c del[file]: uploaded unwanted files godotg 2024-01-24 19:53:37 +08:00
  • 82e8210213 update godotg 2024-01-24 19:51:23 +08:00
  • 59b15dba6d fix[pb]: the note of class generated by the protobuf protocol is incorrect godotg 2024-01-23 16:57:55 +08:00
  • 9b325f0ada fix[pb]: the note of class generated by the protobuf protocol is incorrect godotg 2024-01-23 16:54:14 +08:00