Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T18:23:08.000Z (over 1 year ago)
- Last Synced: 2024-04-16T00:17:36.697Z (7 months ago)
- Language: Rust
- Size: 73.2 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- 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 -sTesting https://godoc.org/golang.org/x/net/publicsuffix
1000 iterations = 0.001s
10000 iterations = 0.008s
100000 iterations = 0.074sTesting https://docs.rs/publicsuffix/1.5.2/publicsuffix/
1000 iterations = 0.378s
10000 iterations = 3.534s
100000 iterations = 34.487sTesting https://docs.rs/psl/0.4.1/psl/
1000 iterations = 0.000s
10000 iterations = 0.002s
100000 iterations = 0.021s
```