bytedance / sonic-cpp

A fast JSON serializing & deserializing library, accelerated by SIMD.
Apache License 2.0
835 stars 101 forks source link

feat: adjust memory pool chunk size adaptively #65

Closed xiegx94 closed 1 year ago

xiegx94 commented 1 year ago

Increase memory pool chunk size from minimum capacity to maximum adaptively.

codecov-commenter commented 1 year ago

Codecov Report

Merging #65 (c71add0) into master (50514ec) will decrease coverage by 0.11%. The diff coverage is 80.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
- Coverage   95.88%   95.78%   -0.11%     
==========================================
  Files          21       21              
  Lines        2431     2444      +13     
==========================================
+ Hits         2331     2341      +10     
- Misses        100      103       +3     
Impacted Files Coverage Δ
include/sonic/allocator.h 89.06% <80.00%> (-1.38%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

liuq19 commented 1 year ago

补充readme,有时间可以添加性能对比测试