ajnsit / purescript-streaming-list

A version of lazy lists (Data.List.Lazy) which does not memoise and hence does not hold on to the entire list in memory. This can allow list processing algorithms to work in constant memory..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

A version of lazy lists (Data.List.Lazy) which does not memoise and hence does not hold on to the entire list in memory. This can allow list processing algorithms to work in constant memory..