Hi All, I am looking for opinions on turning a CSV record into a list, as opposed to the minimal current implementation. There would be side-effects like a record becoming writable instead of read-only as the current implementation.
Memory footprint would also be a concern. Please see https://github.com/apache/commons-csv/pull/35 Gary