Difference between revisions of "Space leak"

From HaskellWiki
Jump to navigation Jump to search
(Still links prominently to Memory_leak, but this page is to hold small, up-to-date leak examples.)
Line 1: Line 1:
 
This page is intended to serve as repository for one or more small, community-edited examples of Haskell programs which leak space.
 
This page is intended to serve as repository for one or more small, community-edited examples of Haskell programs which leak space.
'''Maybe this page should be moved to just [[Leak]] and then we can discuss others (eg. time leak) as well?'''
+
''Maybe this page should be moved to just [[Leak]] and then we can discuss others (eg. time leak) as well?''
   
 
For general text about space leak, please see [[Memory leak]].
 
For general text about space leak, please see [[Memory leak]].

Revision as of 06:08, 4 February 2015

This page is intended to serve as repository for one or more small, community-edited examples of Haskell programs which leak space. Maybe this page should be moved to just Leak and then we can discuss others (eg. time leak) as well?

For general text about space leak, please see Memory leak.

I haven't had a chance to mark up this page yet, but the intended initial content is available at the project homepage.