Commit Graph

680 Commits

Author SHA1 Message Date
godotg 8bbd63077a feat[file]: copy directory 2024-04-03 12:23:10 +08:00
godotg 3630723cfe doc[protocol]: update doc 2024-04-02 22:16:03 +08:00
godotg 43969629fa ref[map]: rename method getBucket to bucketOf 2024-04-02 17:04:07 +08:00
godotg bf8fe1754f chore[map]: doc 2024-04-02 17:00:27 +08:00
godotg 96a4a6d8d0 perf[map]: use bit operations to improve performance 2024-04-02 11:34:51 +08:00
godotg a06bd60385 test[map]: map test 2024-04-01 18:13:44 +08:00
godotg 7fcf726371 fix[cache]: Comparison method violates its general contract 2024-03-27 16:48:11 +08:00
godotg 4b0018e1d2 ref[cache]: use LazyCache instead of Caffeine 2024-03-26 11:44:55 +08:00
godotg cd1ae54fce feat[release]: 3.3.1 release 2024-03-23 20:15:11 +08: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 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 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 4a35397432 perf[virtual]: virtual thread task can not set Attachment to ThreadLocal 2024-02-21 17:15:58 +08:00
godotg 742a90e7a4 perf[thread]: fast thread local adapter 2024-02-21 11:38:12 +08:00
godotg fc9a9e1e82 fix[protocol]: the protocol number is defined repeatedly 2024-02-06 15:21:52 +08:00
godotg a69b62b824 fix[note]: class note indented 2024-02-01 11:17:07 +08:00
godotg f585e00d07 fix[note]: class note indented 2024-02-01 11:10:35 +08:00
godotg 0d46c824b3 chore[note]: rename method 2024-02-01 10:58:24 +08:00
godotg 370b1f588d fix[note]: the first line of a multi-line note is not indented 2024-02-01 10:50:54 +08:00
godotg 6dbb718c27 perf[lua]: serialize table to json 2024-01-29 19:33:22 +08:00
godotg f94a89ae99 perf[lua]: convert the array or map of Lua to a normal output string 2024-01-29 18:58:09 +08:00
godotg 58fbb96a3a perf[lua]: convert the table of lua to a string output 2024-01-29 17:19:07 +08:00
godotg 8fdc330f8d perf[cs]: get protocol name in script 2024-01-25 15:55:44 +08:00
godotg d48777b1dd perf[cs]: get protocolId by class type 2024-01-25 15:45:32 +08:00
godotg 61eea4418d perf[cs]: get protocolId by class type 2024-01-25 15:42:12 +08:00
godotg 59b15dba6d fix[pb]: the note of class generated by the protobuf protocol is incorrect 2024-01-23 16:57:55 +08:00
godotg 9b325f0ada fix[pb]: the note of class generated by the protobuf protocol is incorrect 2024-01-23 16:54:14 +08:00
godotg 4bf6025f57 perf[cs]: avoid duplicate initializations 2024-01-23 11:27:02 +08:00
godotg d5249ed904 ref[provider]: refactor consistent hash load balancing 2024-01-20 17:40:12 +08:00
godotg 917937a1e9 chore[comment]: documentation comments 2024-01-20 11:11:50 +08:00
godotg ace1d7648e fix[pb]: protobuf generate valueOf definition 2024-01-19 21:58:55 +08:00
godotg 30790b6537 feat[pb]: generates an all-args constructor. If no field in the class, no constructor will be generated. 2024-01-19 18:54:41 +08:00
godotg 3459d41ce5 feat[pb]: add new PbGenerateOperation recordExcludes to difine Which classes do not need to generate a record class 2024-01-19 17:23:57 +08:00
godotg 67f9848958 fix[protocol]: wrong Golang protocol file output path 2024-01-19 14:13:03 +08:00
uuyycc d896aa21bc fix[protocol]: wrong C# protocol file output path 2024-01-19 00:07:06 +08:00
godotg 2477fb198b doc[decoder]: WeChat Mini Program does not support TextDecoder 2024-01-17 15:28:43 +08:00
godotg eaed62620b fix[enhance]: location null pointer error 2024-01-16 17:44:39 +08:00
godotg 61b5c2abce perf[module]: If the path of the package contains a classpath, the moduleId of the classpath is preferred, which means that the priority of the classpath will be higher. 2024-01-16 17:20:59 +08:00
godotg f463205bcb fix[pb]: if not specify output path, then use current default path 2024-01-16 13:46:23 +08:00
godotg c57656b851 perf[csharp]: delete csharp useless valueOf() method 2024-01-16 13:38:49 +08:00
godotg d5e1f495df fix[generate]: join root path and generate path 2024-01-15 18:53:49 +08:00
godotg 0b08d4eac0 fix[generate]: the root path of the generated protocol is incorrect 2024-01-15 16:07:04 +08:00
godotg 62fb1b4a42 chore[visit]: control access to variables 2024-01-15 15:58:45 +08:00
godotg 32721b9ab1 fix[lua]: the path that generated the LUA protocol was incorrect 2024-01-15 15:53:02 +08:00
godotg 85e8556e3e fix[spring]: spring 6.1 LocalVariableTableParameterNameDiscoverer warning 2024-01-15 12:54:45 +08:00
godotg 8a74b46def chore[maven]: inappropriate documentation comments 2024-01-14 20:44:07 +08:00