Home
Schedule
Abstract Template
Masters Attendance
Center
Home
Courses
People
Projects
Page
Edit Page
Rename Page
Attach File
Printable
Wiki Source
More ...
Web
Recent Changes
Notify Service
News
Page Index
Search
More ...
Wiki
About TWiki
Text Formatting
Registration
Change Password
Reset Password
Users
Groups
Log In
or
Register
Persistent Data Structures In Haskell
Stc
Date: 2010-05-20 Time: 11:00 Room: [[http://www.cs.uu.nl/docs/reach/bbl.php][BBL]] [[http://www.cs.uu.nl/info/plan/bbl.php][023]] ----+++++ Speaker: Sebastiaan Visser ----+++++ Title: Persistent Data Structures In Haskell ----+++++ Abstract In this talk we will discuss a framework for storing functional data structures in Haskell on disk. Algebraic datatypes in Haskell are a powerful tool for modeling functional data structures. Data structures like binary trees, patricia tries, finger trees, etc. are all available as ready-to-use libraries. Unfortunately, when your application data outlives the running time of a single process or there is too much data to store in memory at once, no easy way exists to make functional data structures persistent. In this talk we present a framework for Haskell that uses generic programming techniques to store recursive data structures on disk. The framework allows incremental access to parts of the data by mapping recursive operations to work on a file based storage heap. By generically annotating data structures with I/O operations we can keep their definitions pure. -- Main.SebastiaanVisser - 15 May 2010