Adding a resource on space leaks in Haskell

This commit is contained in:
Gil Mizrahi 2019-04-01 11:41:17 +03:00 committed by GitHub
parent 0a15bfe80e
commit 3ec6186593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -694,7 +694,7 @@ You may not need it!
- [[http://slides.com/fp-ctd/lecture-10#/][Haskell ITMO course at CTD - Lecture 10]]
- [[https://stackoverflow.com/questions/32123475/profiling-builds-with-stack][Profiling Builds with Stack]]
- [[http://book.realworldhaskell.org/read/profiling-and-optimization.html][Profiling and Optimization]]
- [[http://neilmitchell.blogspot.com/2015/09/detecting-space-leaks.html][Detecting Space Leaks]]
- [[https://slides.com/sumith1896/space-leaks-in-haskell][Space Leaks in Haskell]] and [[http://neilmitchell.blogspot.com/2015/09/detecting-space-leaks.html][Detecting Space Leaks]]
*** Data Structures
The choice of a data structure is determined by the properties of your data and the algorithms used.