Commit Graph

2018 Commits

Author SHA1 Message Date
jaysunxiao 6dd5b3ac65 perf[id]: catch getIncrementIdFromMongo exception 2024-09-22 14:57:37 +08:00
godotg a3d6b717df chore[doc]: update doc 2024-09-17 21:59:34 +08:00
godotg da8e2f6b42 chore[cache]: simplify code 2024-08-26 11:18:45 +08:00
jaysunxiao 353914d4f0 Merge pull request #132 from LucaLq/main
feat[cache]: get the data in the cache
2024-08-24 22:43:36 +08:00
luca 9a792ec08e feat[cache]: get the data in the cache 2024-08-22 17:35:20 +08:00
godotg 469cbab443 feat[release]: 4.0.0 release 2024-08-20 20:38:56 +08:00
godotg a4fe83de9a perf[cache]: reduce copy objects 2024-08-20 14:22:47 +08:00
godotg 4f369e1ca6 Merge remote-tracking branch 'origin/main' 2024-08-20 13:28:13 +08:00
godotg 1277ab03ea perf[cache]: reduce the duplication of objects 2024-08-20 13:27:28 +08:00
godotg 6331c66dc4 chore[doc]: update doc 2024-08-17 10:50:53 +08:00
godotg d676bc4972 perf[cache]: check expire cache in all access method 2024-08-16 18:19:05 +08:00
godotg 96485d132b fix[cache]: fixed a bug where expired data could not be deleted 2024-08-16 17:58:02 +08:00
godotg 02f6574c09 fix[cache]: fixed a bug where expired data could not be deleted 2024-08-16 16:48:54 +08:00
godotg c8839f126c Merge pull request #130 from LucaLq/main
fix[cache]: fixed a bug where expired data could not be deleted
2024-08-16 16:06:56 +08:00
luca 4513074778 fix[cache]: fixed a bug where expired data could not be deleted 2024-08-16 15:37:43 +08:00
godotg 2c66183b5e style[golang]: replace space with tab 2024-08-13 10:57:11 +08:00
godotg 794693179c chore[task]: simplified code 2024-08-11 12:57:26 +08:00
godotg 452723508b perf[executor]: use & bits operation to improve performance 2024-08-11 12:12:40 +08:00
godotg 6b4ad5f7bd Merge remote-tracking branch 'origin/main' 2024-08-10 18:11:25 +08:00
godotg 4564c4fbfc del[signal]: remove unnecessary log 2024-08-10 18:11:06 +08:00
sun edebf3d126 doc[zfoo]: update document 2024-08-06 18:45:45 +08:00
godotg a844013eb0 perf[orm]: avoid resize 2024-08-03 14:24:15 +08:00
godotg a455317925 style[orm]: code style 2024-08-03 14:09:11 +08:00
godotg d86c7e6ead Merge pull request #129 from sandogeek/main
ref[orm]: Optimize naming and logic
2024-07-31 11:00:53 +08:00
sando bd3614205c ref[orm]: Optimize naming and logic 2024-07-30 20:59:34 +08:00
godotg 02ec775623 doc[zfoo]: update document 2024-07-30 16:23:12 +08:00
godotg 670100a17c Merge pull request #128 from sandogeek/main
feat[orm]: id filed can use other name with @BsonId or @Id annotation
2024-07-30 14:05:43 +08:00
sando b2a45c703b feat[orm]: id filed can use other name with @BsonId or @Id annotation 2024-07-30 12:15:13 +08:00
godotg f809dbe6ec doc[zfoo]: update document 2024-07-30 11:39:19 +08:00
sando 50fb45dd66 Revert "feat[orm]: id filed can use other name with @BsonId annotation"
This reverts commit e6544eaeb8.
2024-07-30 11:29:29 +08:00
godotg e6544eaeb8 feat[orm]: id filed can use other name with @BsonId annotation 2024-07-29 18:01:01 +08:00
godotg 4bc8650e29 perf[entity]: persist entity with different version strategy 2024-07-29 17:19:30 +08:00
godotg ee43b08908 perf[entity]: persist entity with different version strategy 2024-07-29 17:14:46 +08:00
godotg db7feb2acf feat[cache]: batch remove callback 2024-07-29 16:07:16 +08:00
godotg c91e4f6f08 chore[orm]: log 2024-07-29 15:45:57 +08:00
godotg 90cb1b0319 Merge pull request #127 from LucaLq/main
优化ORM落地
2024-07-29 14:39:40 +08:00
luca 3217238c61 perf[orm]: optimized cache landing 2024-07-29 14:09:38 +08:00
godotg 04d481557c chore[protocol]: deep clone log 2024-07-29 11:29:47 +08:00
godotg 7c58329a28 fix[go]: golang adjust padding is not deep clone 2024-07-29 11:02:00 +08:00
godotg 7c516da9d1 chore[protocol]: deep clone log 2024-07-29 10:49:52 +08:00
godotg 32fbeae1d9 test[swift]: swift test 2024-07-28 22:22:26 +08:00
godotg b28cd708d2 feat[swift]: cut down Map serialization of swift 2024-07-28 22:20:45 +08:00
godotg 65a4bcb1d3 feat[swift]: cut down Set serialization of swift 2024-07-28 21:54:48 +08:00
godotg a685de104e feat[swift]: cut down array serialization of swift 2024-07-28 21:34:23 +08:00
godotg a10bf0402d fix[swift]: ensure capacity 2024-07-28 20:40:35 +08:00
godotg 9b835ed23e feat[swift]: support swift protocol 2024-07-28 17:24:19 +08:00
godotg a4e7c0d5fa feat[swift]: support swift protocol 2024-07-28 17:22:39 +08:00
godotg 35b8ac92f8 test[protocol]: generation test 2024-07-28 12:04:35 +08:00
godotg c31a3fe004 chore[js]: ArrayBuffer slice is deep clone 2024-07-27 12:56:21 +08:00
godotg 1c8c859a4c perf[c++]: use memmove instead of memcpy to improve performance 2024-07-27 12:33:28 +08:00