From 3234bbd3d9ffcbd1fb9786687f5c5a27452a7f7a Mon Sep 17 00:00:00 2001 From: zbyti Date: Sat, 19 Sep 2020 12:52:41 +0200 Subject: [PATCH] two more becnhmarks --- examples/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/README.md b/examples/README.md index b7045b6b..2f8ab1f4 100644 --- a/examples/README.md +++ b/examples/README.md @@ -96,6 +96,10 @@ how to create a program made of multiple files loaded on demand * [WHILE Countdown Benchmark](a8/countdown_while_benchmark.mfk) – Countdown from 1,999,999 to 0 (WHILE loop) +* [Sieve of Eratosthenes 1899 Benchmark](a8/sieve1899.mfk) – Sieve of Eratosthenes, 1899 primes algorithm + +* [Monte Carlo PI estimation Benchmark](a8/montecarlo_pi_benchmark.mfk) – measures the efficiency of multiplication + ## Game Boy examples * [GB test example](gb/gbtest.mfk) – a partial port of the NES example, with a rudimentary experimental text output implementation