clux / magic-forest

CPU bound benchmarking of languages using the magic forest problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go is cheating by using "sets" before the filter

clux opened this issue · comments

decided to standardise this to avoid everyone optimizing out the vector/sort/dedup procedure from other languages (really does make a huge difference).

Go was kind of excused early though because of lacks of datastructures, but it should use a vector and then some filter/sort/dedup later.