Skip to content

CSVEncoder, Buffer Strategies & API Refining

Compare
Choose a tag to compare
@dehesa dehesa released this 31 Mar 14:06
· 68 commits to master since this release
  • A full-fledge CSVEncoder has finally been implemented.
    Full support for Codable has been achieved. You can now use keyed, unkeyed and single value containers when neeeded.
  • CSVEncoder and CSVDecoder support for different buffering strategies.
    This translates in less memory usage for sequential or assembled runs.
  • CSVReader/CSVWriter API have been renamed to match CSVEncoder/CSVDecoder API.