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

feat: Pretouch recursively for large/deep struct #137

Merged
merged 1 commit into from
Nov 26, 2021
Merged

Conversation

liuq19
Copy link
Collaborator

@liuq19 liuq19 commented Nov 23, 2021

This fixes #138.

Copy link
Collaborator

@AsterDY AsterDY left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opt

decoder/compiler.go Outdated Show resolved Hide resolved
encoder/compiler.go Outdated Show resolved Hide resolved
encoder/compiler.go Outdated Show resolved Hide resolved
sonic.go Outdated Show resolved Hide resolved
@liuq19 liuq19 force-pushed the feature/pretouchrec branch 3 times, most recently from 7a3d3e4 to 5220d69 Compare November 24, 2021 13:33
@liuq19 liuq19 changed the title feat: add PretouchRec() to speed up the first time in JIT for large/deep struct feat: Pretouch recursively for large/deep struct Nov 24, 2021
@liuq19 liuq19 marked this pull request as ready for review November 24, 2021 13:41
@liuq19 liuq19 force-pushed the feature/pretouchrec branch 6 times, most recently from 8207f63 to b2fc99f Compare November 25, 2021 10:06
option/option.go Outdated Show resolved Hide resolved
option/option.go Outdated Show resolved Hide resolved
option/option.go Outdated Show resolved Hide resolved
option/option.go Outdated Show resolved Hide resolved
@liuq19 liuq19 force-pushed the feature/pretouchrec branch 3 times, most recently from 4cbb956 to 6431d19 Compare November 25, 2021 11:48
@liuq19 liuq19 force-pushed the feature/pretouchrec branch from 6431d19 to bdb6778 Compare November 25, 2021 12:20
@liuq19 liuq19 merged commit 49fc705 into main Nov 26, 2021
@liuq19 liuq19 deleted the feature/pretouchrec branch November 26, 2021 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

timeout in the first Marshal/Unmarshal when the struct is very deep
3 participants