Expand description

About

Multithreaded character frequency counter.

Counts the character frequencies in a text over multiple threads.

Enums

CaseSense enables counting characters in a Case Sensitive way.

Functions

Counts the frequencies of chars from a string with as many threads as cpu’s.
Same as character_frequences() but with Case Sensitivity
Counts the frequencies of chars from a string with the amount of threads specified.
same as character_frequencies_with_n_threads(), with Case Sensitivity