Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(util/gconv): improve performance for struct converting #3412

Merged
merged 21 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
fc42200
Improved the implementation of gconv.doStruct to facilitate maintenance
wln32 Mar 21, 2024
2ce874d
up: Improve gconv.doStruct implementation
wln32 Mar 23, 2024
7fe5313
Merge branch 'gogf:master' into Improve/gconv-dostruct
wln32 Mar 23, 2024
ff09be7
Merge branch 'master' into Improve/gconv-dostruct
wln32 Mar 29, 2024
94c904a
Merge remote-tracking branch 'origin/master' into Improve/gconv-dostruct
wln32 Apr 10, 2024
5b3b7b1
up: The tests have all passed so far
wln32 Apr 10, 2024
b1a188a
Merge branch 'master' into Improve/gconv-dostruct
wln32 Apr 11, 2024
9b12f3e
up: Performance has been greatly improved
wln32 Apr 11, 2024
cecdf77
up: format
wln32 Apr 11, 2024
700d3b0
fix: Anonymous structs with tags cannot be recognized
wln32 Apr 11, 2024
91e49c6
Merge branch 'master' into Improve/gconv-dostruct
wln32 Apr 11, 2024
966ac18
up:
wln32 Apr 11, 2024
810705c
up: For anonymous fields, only tags are recorded
wln32 Apr 13, 2024
d7283a9
up: Format and delete functions that are not in use
wln32 Apr 13, 2024
e4c8294
Merge branch 'master' into Improve/gconv-dostruct
wln32 Apr 13, 2024
5053864
Merge branch 'master' into Improve/gconv-dostruct
wln32 Apr 15, 2024
316a9a5
Naming optimizations
wln32 Apr 18, 2024
cc7245d
Merge branch 'master' into Improve/gconv-dostruct
wln32 Apr 18, 2024
6c16b72
Merge branch 'master' into Improve/gconv-dostruct
wln32 Apr 19, 2024
580a576
enhance: internal variable naming for struct converting of package gc…
gqcn Apr 22, 2024
d632cf3
Merge branch 'gogf:master' into Improve/gconv-dostruct
wln32 Apr 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading