fsprojects / FSharp.Data.Toolbox

F# Data-based library for various data access APIs
http://fsprojects.github.io/FSharp.Data.Toolbox/
The Unlicense
57 stars 39 forks source link

bugfix: access to linked list by index in a performance critical part… #42

Closed easymorph closed 8 years ago

easymorph commented 8 years ago

… of code (SasFile.fs, line 494). When the bugfix is applied performance increases by 10-30% and even more on files with >200 columns.

tpetricek commented 8 years ago

This looks great! The CI issue is unrelated.

I'll release a new version - I added one comment how I think it could be optimized even more, but have not tested that.