Skip to content

A248/prime_n_comparision

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUST v/s PYTHON

Benchmark graph that compares speed of Pythona and Rust by generating prime numbers.

Benchmark image Note: The above graph is autogenerated for every github action run. Tweak the parameters in workflow run to get different graph for number of primes.

Language nth prime time taken
python 10000 0.265s
rust 10000 0.005s
zig 10000 0.005s

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.6%
  • Zig 20.4%
  • Rust 19.2%
  • Shell 8.8%