luben / zstd-jni

JNI binding for Zstd
Other
853 stars 168 forks source link

Replace synchronized Deque with ConcurrentLinkedQueue #287

Closed valodzka closed 10 months ago

codecov-commenter commented 10 months ago

Codecov Report

Merging #287 (b78dbca) into master (89c7dcb) will decrease coverage by 0.18%. The diff coverage is 100.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@             Coverage Diff              @@
##             master     #287      +/-   ##
============================================
- Coverage     59.74%   59.57%   -0.18%     
+ Complexity      301      300       -1     
============================================
  Files            26       26              
  Lines          1421     1415       -6     
  Branches        164      163       -1     
============================================
- Hits            849      843       -6     
  Misses          417      417              
  Partials        155      155              
luben commented 10 months ago

LGTM, thanks!