Skip to content

Instantly share code, notes, and snippets.

@simonstey
simonstey / Readme.md
Last active April 18, 2019 04:36
Question on value based constraints
test.json was ~100MB (plain JSON; real-world data)
for creating sample data you could use, e.g., http://www.json-generator.com
-> and then `curl -s 'http://www.json-generator.com/api/json/get/cvfsLVmKiG?indent=2' > test.json`
run it with `python shootout.py` assuming test.json is in the same folder as shootout.py