Skip to content

How Much Memory for 1,000,000 Threads in 7 Languages | Go, Rust, C#, Elixir, Java, Node, Python

Notifications You must be signed in to change notification settings

himyjan/async-runtimes-benchmarks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

How Much Memory for 1,000,000 Threads in 7 Languages | Go, Rust, C#, Elixir, Java, Node, Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 24.3%
  • Julia 17.2%
  • Rust 14.4%
  • C# 11.9%
  • Go 6.5%
  • Elixir 6.1%
  • Other 19.6%