Click here to Skip to main content
15,886,840 members
Articles / Programming Languages / F#

Using a DataReader like a List in F#

Rate me:
Please Sign up or sign in to vote.
4.71/5 (12 votes)
7 Oct 2011CPOL8 min read 38.6K   162   14  
This article demonstrates a technique how you can write recursive algorithms in F# using a Reader instead of a list, so you don't have to load all your data into memory first

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Leaseplan Corporation
Netherlands Netherlands
Gert-Jan is a Senior Quantitative Risk Manager at Leaseplan Corporation. In that job he doesn't get to code much he does these little projects to keep his skills up and feed the inner geek.

Comments and Discussions