csv-async
csv-async copied to clipboard
Potential performance issue
I noticed that csv-async
performance is about 16% worse in compare to plain csv
in scenario when record is being read using serde
and being processed by synchronous code - i.e. there are no other async tasks beside CSV reading itself (checked with async-std
executor).
It should be looked closer and confirmed. There may be some general async overhead, but I think it should not be that big.