Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Oct 12, 2019
1 parent 799a9c1 commit 81bb338
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Please see [rival](https://github.com/ledyba/go-trie/tree/master/_rivals) direct

```bash
% make bench
- go-trie: 21.05 us/op (100000 times)
- golang's trie2regex: 2352.65 us/op (1000 times)
- php's trie2regex: 728.20 us/op (10000 times)
- v8's trie2regex: 4.27 us/op (100000 times)
- go-trie: 18.60 us/op (100000 times)
- golang's trie2regex: 2336.16 us/op ( 1000 times)
- php's trie2regex: 849.18 us/op ( 10000 times)
- v8's trie2regex: 4.25 us/op (100000 times)
```
## zero heap allocation
Expand All @@ -30,7 +30,7 @@ Please see [rival](https://github.com/ledyba/go-trie/tree/master/_rivals) direct
goos: linux
goarch: amd64
pkg: github.com/ledyba/go-trie/matchers/trie
BenchmarkUnmatchTrie-32 55538 21012 ns/op 0 B/op 0 allocs/op
BenchmarkUnmatchTrie-32 64381 18400 ns/op 0 B/op 0 allocs/op
PASS
ok github.com/ledyba/go-trie/matchers/trie 4.086s
Expand Down

0 comments on commit 81bb338

Please sign in to comment.