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(parser) refactor part_value to use temp a table #13

Merged
merged 2 commits into from
Nov 13, 2017

Conversation

p0pr0ck5
Copy link
Contributor

@p0pr0ck5 p0pr0ck5 commented Nov 1, 2017

Reduce string operation pressure significantly by treating each part
value as a table of elements and concatenating them together in a single
operation.

p0pr0ck5 and others added 2 commits November 1, 2017 10:09
Reduce string operation pressure significantly by treating each part
value as a table of elements and concatenating them together in a single
operation.
@p0pr0ck5 p0pr0ck5 merged commit d5bd834 into master Nov 13, 2017
@Tieske Tieske deleted the perf/part_value branch November 13, 2017 23:37
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.

2 participants