csv-async icon indicating copy to clipboard operation
csv-async copied to clipboard

Potential performance issue

Open gwierzchowski opened this issue 3 years ago • 0 comments

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.

gwierzchowski avatar Mar 01 '22 10:03 gwierzchowski