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

Improve performance of decoding map #256

Merged
merged 2 commits into from Jun 23, 2021
Merged

Conversation

goccy
Copy link
Owner

@goccy goccy commented Jun 23, 2021

Use mapassign_faststr to decode map[string]XXX type

@codecov-commenter
Copy link

Codecov Report

Merging #256 (80c460c) into master (c423502) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #256   +/-   ##
=======================================
  Coverage   81.40%   81.40%           
=======================================
  Files          46       46           
  Lines       14657    14663    +6     
=======================================
+ Hits        11931    11937    +6     
  Misses       2174     2174           
  Partials      552      552           

@goccy goccy merged commit 4f9edb7 into master Jun 23, 2021
@goccy goccy deleted the feature/improve-map-decoder-perf branch June 23, 2021 13:11
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.

None yet

2 participants