csv icon indicating copy to clipboard operation
csv copied to clipboard

Improve parse performance with header case

Open kou opened this issue 6 years ago • 2 comments
trafficstars

We should improve performance as much as HoneyFormat: https://github.com/buren/honey_format#benchmark

kou avatar Dec 24 '18 09:12 kou

@kou I'm planning to work on this one. Any suggestions on how to tackle this issue would be welcome.

vbrazo avatar Sep 12 '19 19:09 vbrazo

Great! First, we need to profile which method is bottleneck. To profile, we need to write a simple script that is slower than HoneyFormat.

kou avatar Sep 12 '19 21:09 kou