# Haskell in Green Land: Analyzing the Energy Behavior of a Purely Functional Language
## Paper and Slides
Paper: [Haskell in Green Land: Analyzing the Energy Behavior of a Purely Functional Language](./haskell_in_Green_Land.pdf)
Slides: [here](./haskell_in_Green_Land-Slides.pdf).
## Concurrent programming study
- **Results**: [here](./concurrency-results/index.html)
- Benchmarks: http://github.com/green-haskell/concurrency-benchmark
- Raw data: [here](./raw-data/concurrency-data.zip)
## Tools
- **GHC** with Energy Profiler: http://github.com/green-haskell/ghc/tree/wip/green
- **Criterion** with energy metrics: http://github.com/green-haskell/criterion
## Data structures study
- **Results**: [here](./data-structures-results/index.html)
- Benchmarks: http://github.com/green-haskell/edison-benchmark
- Raw data: [here](./raw-data/data_structures-results.tar.bz2)
- Complete list of Edison API: [here](./edisonAPI/index.html)
## Team
|
|
|
|
|
|
|
| :---: | :---: | :---: | :---: | :---: | :---: |
|[Luís Gabriel Lima](http://cin.ufpe.br/~lgnfl/)|[Gilberto Melfe](http://github.com/gilbertomelfe)|[Francisco Soares-Neto](http://sites.google.com/a/cin.ufpe.br/frsoares/)|[Paulo Lieuthier](http://github.com/paulolieuthier)|[João Paulo Fernandes](http://www.dei.uc.pt/~jpf)|[Fernando Castor](http://sites.google.com/a/cin.ufpe.br/castor/)|
[Back](../index.html)