WiresmithTech / tedium

3 stars 1 forks source link

Read Performance #1

Closed JamesMc86 closed 1 year ago

JamesMc86 commented 1 year ago

Did a quick test vs the other library at https://github.com/DnOberon/tdms/blob/main/src/channel_iter.rs and read performance was 2-3x slower which seems to be the actual read methods.

If I require bufreader and use its relative move we are much faster BUT would be good to get the base closer before adding that optimisation.