moov-io / ach

ACH implements a reader, writer, and validator for Automated Clearing House (ACH) files. The HTTP server is available in a Docker image and the Go package is available.
https://moov-io.github.io/ach/
Apache License 2.0
452 stars 150 forks source link

perf: use sync.Pool of bytes.Buffer objects grown to max field size #1308

Closed adamdecaf closed 10 months ago

codecov-commenter commented 10 months ago

Codecov Report

Merging #1308 (def8589) into master (d597ba9) will decrease coverage by 0.01%. The diff coverage is 90.00%.

:exclamation: Current head def8589 differs from pull request most recent head fd2ed89. Consider uploading reports for the commit fd2ed89 to get more accurate results

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1308 +/- ## ========================================== - Coverage 88.44% 88.44% -0.01% ========================================== Files 74 75 +1 Lines 7192 7208 +16 ========================================== + Hits 6361 6375 +14 - Misses 492 493 +1 - Partials 339 340 +1 ```