hongquan / async-runtimes-benchmarks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

async-runtimes-benchmarks

This repository contains a few programs written in various programing languages. Each program spawns N concurrent tasks. The number of tasks is controlled by the command line argiment. Each tasks waits 10 seconds and finishes. The programs finish when all tasks exit.

The purpose of those programs is to measure the memory footprint of concurrent tasks in different language runtimes.

About


Languages

Language:Java 42.7%Language:C# 15.8%Language:Go 11.5%Language:Python 11.3%Language:JavaScript 9.7%Language:Elixir 9.0%