Skip to content

LLGAssessment/llg-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llg-python

A last letter game benchmark implemented in Python

How to run

Clone repository recursively:

git clone --recursive https://github.com/LLGAssessment/llg-python.git

Run test and measure its time:

cd llg-python
time python llg.py < llg-dataset/70pokemons.txt

Of course you can use pypy for this benchmark:

time pypy llg.py < llg-dataset/70pokemons.txt

About

A last letter game benchmark implemented in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages