fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
933 stars 195 forks source link

Improve performance of series construction #268

Closed tpetricek closed 9 years ago

tpetricek commented 9 years ago

Back in NYC, Yoel mentioned that creating lots of series (from existing arrays of key value pairs) was slow. This pull request improves the performance a bit (about 2x for lots of small series)

adamklein commented 9 years ago

Looks good!