An open API service indexing awesome lists of open source software.

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.

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`