Functional Programming and Performance
I gave a talk at the Functional Programming North East meetup yesterday, on Functional Programming and Performance.
The talk was on ways functional programming can allow/produce fast programs, covering the following topics:
* Garbage collection and reference counting, and how this can be made easier with functional programming
* Parallelism and functional programming
* Some weaknesses of functional programming performance
Slides are available in Open Office format here, or in PDF here.
Thanks to FP North East for having me!
Edit: Comments on reddit here.