Energy-Languages icon indicating copy to clipboard operation
Energy-Languages copied to clipboard

The complete set of tools for energy consumption analysis of programming languages, using Computer Language Benchmark Game

Results 12 Energy-Languages issues
Sort by recently updated
recently updated
newest added

This is tangentially related to #3. The 2017 paper (linked today in [an article in Finland's largest newspaper about the energy efficiency of IT](https://www.hs.fi/visio/art-2000008830814.html)) implies that TypeScript is about 16...

While converting the Python 2 scripts to Python 3 today I noticed that all of the `compile_all.py` scripts are very similar. However, a few of them have slightly different formatting....

I was unable to compile a few different languages with the `compile_all.py` scripts. I noticed that some were using the Python 2 style print statements so I converted them all...

It would be interesting to compare program complexity (of which LOC is some sort of measure) to the energy and time usage.

Hey @States, following up the conversation in a new thread. Where can the Julia community contribute results if this repo is for archive purposes only?

fasta implementation for C is broken; "Segmentation fault"

Hi. I have had some trouble running energy-languages. When I try to **modprobe msr**, I get a message the module is not found. Which package do I need to run...

very interesting initiative! about the python benchmark, maybe it would be great to check the result using numpy and/or numba (also pypy). because nowadays, no one would use pure python...

1) I've managed to calculate the exact same "Time" values as those shown in SLE’17 Table 4 : starting from these results tables — https://sites.google.com/view/energy-efficiency-languages/results 2) So now I understand...