osiegmar / FastCSV

CSV library for Java that is fast, RFC-compliant and dependency-free.
https://fastcsv.org/
MIT License
542 stars 93 forks source link

added new quote strategy "non-empty" #80

Closed Richard-Lionheart closed 1 year ago

Richard-Lionheart commented 1 year ago

Fixes #

Proposed Changes

Performance

In order to prevent a performance degradation please run a benchmark using ./gradlew jmh before and after your change and show the results.