rob-p / memtest

Memory usage for simple tasks in different languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memtest

This simple test code accompanies the blog post here. To generate the input file, just use make GenEdges. This will create a file all.txt. You can then run the Python implementation with python ReadGraphs.py all.txt. To compile the C++ version, use make ReadGraphs and run it with ReadGraphs all.txt.

About

Memory usage for simple tasks in different languages


Languages

Language:Python 68.1%Language:C++ 31.9%