Skip to content

Conversation

haosdent
Copy link

Sometimes we need to marshal byte slice in string format, however,
we try to avoid to convert byte slice into string to avoid
allocation.

Sometimes we need to marshal byte slice in string format, however, we try to avoid to convert byte slice into string to avoid allocation.
@codecov
Copy link

codecov bot commented Feb 14, 2018

Codecov Report

Merging #238 into master will decrease coverage by 0.02%.
The diff coverage is 0%.

Impacted file tree graph

@@ Coverage Diff @@ ## master #238 +/- ## ========================================== - Coverage 85.74% 85.71% -0.03%  ========================================== Files 40 40 Lines 5038 5042 +4 ========================================== + Hits 4320 4322 +2  - Misses 573 575 +2  Partials 145 145
Impacted Files Coverage Δ
feature_config.go 79.37% <0%> (-2.04%) ⬇️
feature_reflect_struct_decoder.go 88.46% <0%> (+0.29%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e7c7f3b...1d519f8. Read the comment docs.

@taowen
Copy link
Contributor

taowen commented Feb 22, 2018

this should be done via extension.

@taowen taowen closed this Feb 22, 2018
@haosdent
Copy link
Author

Many thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants