## Analyzing the Energy Behavior of a Purely Functional Language
### Data-Structures (Edison) benchmark results
#### Time vs Package Energy (server platform)
**Associative Collections** http://green-haskell.github.io/data-structures-results/time_vs_PKG_E-server/assocColls-results/
**Collections, Heaps** http://green-haskell.github.io/data-structures-results/time_vs_PKG_E-server/coll-heaps-results/
**Collections, Sets** http://green-haskell.github.io/data-structures-results/time_vs_PKG_E-server/coll-sets-results/
**Sequences** http://green-haskell.github.io/data-structures-results/time_vs_PKG_E-server/seqs-results/
#### Time vs Package Energy and DRAM Energy (client platform)
**Associative Collections** http://green-haskell.github.io/data-structures-results/time_vs_PKG_E_DRAM_E-client/assocColls-results/
**Collections, Heaps** http://green-haskell.github.io/data-structures-results/time_vs_PKG_E_DRAM_E-client/colls-heaps-results/
**Collections, Sets** http://green-haskell.github.io/data-structures-results/time_vs_PKG_E_DRAM_E-client/colls-sets-results/
**Sequences** http://green-haskell.github.io/data-structures-results/time_vs_PKG_E_DRAM_E-client/seqs-results/
#### Compilation, Optimization Options: O0 vs O1 vs O2 (client platform)
**Associative Collections** http://green-haskell.github.io/data-structures-results/o0_vs_o1_vs_o2-client/assocColls-results/
**Collections, Heaps** http://green-haskell.github.io/data-structures-results/o0_vs_o1_vs_o2-client/colls-heaps-results/
**Collections, Sets** http://green-haskell.github.io/data-structures-results/o0_vs_o1_vs_o2-client/colls-sets-results/
**Sequences** http://green-haskell.github.io/data-structures-results/o0_vs_o1_vs_o2-client/seqs-results/
### Data-Structures (Edison) case study benchmark results
**Associative Collections** http://green-haskell.github.io/data-structures-results/case_study/assocColls-results/
**Collections, Heaps** http://green-haskell.github.io/data-structures-results/case_study/coll-heaps-results/
**Collections, Sets** http://green-haskell.github.io/data-structures-results/case_study/coll-sets-results/
**Sequences** http://green-haskell.github.io/data-structures-results/case_study/seqs-results/