Better CSV processing with Ruby 2.6 - Kouhei Sutou - Rabbit Slide Show

csv, one of the standard libraries, in Ruby 2.6 has many improvements: * Default gemified * Faster CSV parsing * Faster CSV writing * Clean new CSV parser implementation for further improvements * Reconstructed test suites for further improvements * Benchmark suites for further perform…