Tagged Questions
12
votes
2answers
2k views
F#: Why is using a sequence so much slower than using a list in this example
Background:
I have a sequence of contiguous, time-stamped data.
The data-sequence has holes in it, some large, others just a single missing value.
Whenever the hole is just a single missing value, I ...