Skip to content

Commit

Permalink
added to benchmark list
Browse files Browse the repository at this point in the history
  • Loading branch information
Bennett Wineholt committed Sep 1, 2023
1 parent cd30f59 commit 9dac88c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tools/bench.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The current benchmarks are:
* `gcd`: Calculate Greatest Common Divisor (GCD) of two input positive integer using [Euclidean algorithm][euclidean_into].
* `loopfact`: Compute *n!* imperatively using a loop.
* `mandelbrot`: Generates a really low resolution, ascii, [mandelbrot set][mandelbrot].
* `matmul2x2`: Calculates a simple deterministic matrix multiplication of size 2x2.
* `mat-inv` : Calculates the inverse of a 3x3 matrix and prints it out.
* `mat-mul`: Multiplies two `nxn` matrices using the [naive][matmul] matrix multiplication algorithm. The matrices are randomly generated using a [linear congruential generator][rng].
* `max-subarray`: solution to the classic Maximum Subarray problem.
Expand Down

0 comments on commit 9dac88c

Please sign in to comment.