https://github.com/sonalys/rust-word-counting-benchmark
Benchmarks different approaches for counting occurences of words in a text.
https://github.com/sonalys/rust-word-counting-benchmark
benchmark learning-by-doing word-counter
Last synced: 6 days ago
JSON representation
Benchmarks different approaches for counting occurences of words in a text.
- Host: GitHub
- URL: https://github.com/sonalys/rust-word-counting-benchmark
- Owner: sonalys
- Created: 2021-06-18T21:54:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-19T12:43:52.000Z (almost 5 years ago)
- Last Synced: 2025-02-21T11:50:21.605Z (over 1 year ago)
- Topics: benchmark, learning-by-doing, word-counter
- Language: Rust
- Homepage:
- Size: 207 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word count benchmark
Counts how many times each word appears in a sentence and then benchmark the algorithm time.
## Usage
`make run`