Skip to content

brilee/go_implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a series of implementations of Go, using progressively more advanced techniques. Big thanks to Leah Hanson for help in writing go_sets.py.

To run: python3 go_benchmark.py

To profile:

python3 -m flamegraph -o benchmark.prof go_benchmark.py
flamegraph.pl benchmark.prof > benchmark.svg

Flamegraph can be obtained by cloning Brendan Gregg's repo

About

Various implementations of Go (the game) in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages