Skip to content

F# Streams with Gian Ntzik

Photo of Phillip
Hosted By
Phillip and 2 others
F# Streams with Gian Ntzik

Details

Streams (https://github.com/nessos/Streams) is a lightweight F#/C# library for efficient functional-style pipelines on sequential, parallel and distributed streams of data that can deliver significant perforance improvements. The main difference between LINQ/Seq and Streams is that LINQ is about composing external iterators (Enumerable/Enumerator) and Streams is based on the continuation-passing-style composition of internal iterators, which makes optimisations such as loop fusion easier. In this talk, we will present the main design of Streams and the performance optimisations it allows through a series of sequential/parallel/distributed query examples, discuss benchmarks and further future optimisation possibilities.

Gian is a developer with the {m}brace project (http://www.m-brace.net/), and a Phd student at Imperial College London. He has had a long history of developing services and enterprise applications in .NET, before being converted to the functional programming faith. Today he uses F# to tackle the challenging issues of distributed computation.

Photo of F# Londoners group
F# Londoners
See more events