-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold-index.html
50 lines (35 loc) · 2.88 KB
/
old-index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<title>Green Haskell</title>
<xmp theme="united" style="display:none;">
## Haskell in Green Land: Analyzing the Energy Behavior of a Purely Functional Language
This page contains pointers to all the benchmarks and tools we used to conduct our study as well as the results, please refer to them below.
### 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**: http://green-haskell.github.io/data-structures-results/
- Benchmarks: http://github.com/green-haskell/edison-benchmark
- Raw data: http://green-haskell.github.io/raw-data/data-structures-data.tar.bz2
- Complete list of Edison API: http://green-haskell.github.io/edisonAPI/
### Concurrent programming study
- **Results**: http://green-haskell.github.io/concurrency-results/
- Benchmarks: http://github.com/green-haskell/concurrency-benchmark
- Raw data: http://green-haskell.github.io/raw-data/concurrency-data.zip
### Team
|<img src="http://avatars1.githubusercontent.com/u/553804?v=3&s=460" style="width: 140px;"/>|<img src="https://developmentseed.org/images/team/avatar-placeholder.png" style="width: 140px;"/>| <img src="https://media.licdn.com/mpr/mpr/shrinknp_400_400/p/1/005/020/3d2/3247beb.jpg" style="width: 140px;"/>|<img src="https://media.licdn.com/mpr/mpr/shrinknp_400_400/AAEAAQAAAAAAAAabAAAAJGYzNzM5NDQ0LWM1MWEtNDdiZC1hNzQ0LTNlNTdlN2QzYjQ3NA.jpg" style="width: 140px;"/>|<img src="http://s16.postimg.io/gu27bsdud/shapeimage_1.png" style="width: 140px;"/>| <img src="https://media.licdn.com/mpr/mpr/shrinknp_400_400/AAEAAQAAAAAAAAfUAAAAJGNmYzE3OWRkLTFjYzAtNGQ4NC05N2NjLTA1N2Y5NWE0NWIzNw.jpg" style="width: 140px;"/>|
| :---: | :---: | :---: | :---: | :---: | :---: |
|[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.di.ubi.pt/~jpf)|[Fernando Castor](http://sites.google.com/a/cin.ufpe.br/castor/)|
### Paper and Slides
If you want to know more about this study, please check out our SANER'2016 [paper](http://green-haskell.github.io/papers/saner2016.pdf), and also the [slides presentation](http://green-haskell.github.io/files/saner2016_talk.pdf).
</xmp>
<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72320044-2', 'auto');
ga('send', 'pageview');
</script>
</html>