Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul authored Sep 10, 2019
1 parent 9967c6d commit a772662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ following summarizes all component implementations that currently ship with Meth
## Performance

Methodical is built with performance in mind. Although it is written entirely in Clojure, and supports many more
features, its performance is similar or better to vanilla Clojure multimethods in many cases. Profiling results with (Criterium)[https://github.com/hugoduncan/criterium/] show Methodical performing up to 20% faster in some cases:
features, its performance is similar or better to vanilla Clojure multimethods in many cases. Profiling results with [Criterium](https://github.com/hugoduncan/criterium/) show Methodical performing up to 20% faster in some cases:

```
;;; Vanilla clojure
Expand Down

0 comments on commit a772662

Please sign in to comment.