mndrix / golog

Prolog interpreter in Go
MIT License
374 stars 39 forks source link

create benchmarks for Jekejeke test programs #12

Open mndrix opened 11 years ago

mndrix commented 11 years ago

Jekejeke Prolog has several sample programs which seem to benchmark useful aspects of a Prolog implementation. Create Go Benchmark functions for each one.

ghost commented 8 years ago

We started a GitHub repository with all our Benchmarks., It can be found here: https://github.com/jburse/jekejeke-samples

We will gradually move benchmark suites to there. At the moment I have uploaded the benchmark suite for the upcoming module "distributed".