swiftcsv / SwiftCSV

CSV parser for Swift
MIT License
962 stars 193 forks source link

Performance tuning #34

Closed shimesaba9 closed 8 years ago

shimesaba9 commented 8 years ago

Improved performance for CSV#parse. I measured performance with PerformanceTest.swift, speed changed 1.138s to 0.208.

2016-04-23 12 30 38

2016-04-23 12 31 11

naoty commented 8 years ago

@shimesaba9 Looks great! :+1: