Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNeck committed Oct 19, 2023
1 parent 0116c31 commit 3776612
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ iex(7)> GlobEx.ls(~g|*.exs|d) # files starting with a dot will not be treated sp

The repo contains some benchmarks.

The [benchmark](https://github.com/hrzndhrn/glob_ex/blob/main/bench/ls_bench.md)
"comparing `GlobEx.ls/1` and `Path.wildcard/2`" shows that both implementations
are equally fast.
The benchmark [`ls_bench`](https://github.com/hrzndhrn/glob_ex/blob/main/bench/reports/ls_bench.md)
shows that `GlobEx.ls/2` and `Path.wildcard/2` are equally fast.

Another [benchmark](https://github.com/hrzndhrn/glob_ex/blob/main/bench/match_bench.md) compares `GlobEx.match?/2` with
Another [benchmark](https://github.com/hrzndhrn/glob_ex/blob/main/bench/reports/match_bench.md) compares `GlobEx.match?/2` with
[`GlobPath.match/3`](https://hexdocs.pm/path_glob/PathGlob.html#match?/3).

0 comments on commit 3776612

Please sign in to comment.