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

Support for efficiently reading files via random access #65

Closed osiegmar closed 1 year ago

osiegmar commented 2 years ago

The feature added with #57 had to be removed by #59 as it lacked support for unicode. Think of a better concept and implement it by keeping performance characteristics of reading regular files.