https://github.com/1password/publicsuffix-benchmarks
Testing performance of the public suffix list libraries (https://publicsuffix.org)
https://github.com/1password/publicsuffix-benchmarks
Last synced: 4 months ago
JSON representation
Testing performance of the public suffix list libraries (https://publicsuffix.org)
- Host: GitHub
- URL: https://github.com/1password/publicsuffix-benchmarks
- Owner: 1Password
- Created: 2019-03-27T14:59:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T18:23:08.000Z (over 3 years ago)
- Last Synced: 2026-02-11T01:36:34.879Z (5 months ago)
- Language: Rust
- Size: 73.2 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# publicsuffix-benchmarks
Testing performance of public suffix list libraries.
## Results
On 2018 MacBook Pro (2.9 GHz Intel Core i9):
```bash
$ make -s
Testing https://godoc.org/golang.org/x/net/publicsuffix
1000 iterations = 0.001s
10000 iterations = 0.008s
100000 iterations = 0.074s
Testing https://docs.rs/publicsuffix/1.5.2/publicsuffix/
1000 iterations = 0.378s
10000 iterations = 3.534s
100000 iterations = 34.487s
Testing https://docs.rs/psl/0.4.1/psl/
1000 iterations = 0.000s
10000 iterations = 0.002s
100000 iterations = 0.021s
```