Skip to content

Crude random level generation benchmarks of C, Go, D and Rust.

Notifications You must be signed in to change notification settings

mgmeier/levgen-benchmarks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For best performance: The Rust benchmark is compiled with --opt-level=3, DMD with -release -O -noboundscheck -inline,
GHC with -O3 -funbox-strict-fields and the rest with -O3.

D and Go take the random seed as a command line parameter in the form "-v=int", the rest take it just as plain "int". Be warned, some will segfault without it.

About

Crude random level generation benchmarks of C, Go, D and Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published