Parallel Letter Frequency

Parallel Letter Frequency

Count the frequency of letters in texts using parallel computation.
Deep Dive into Parallel Letter Frequency!

We explore the differences between concurrency and parallelism, looking at different approaches taken by languages such as JavaScript, Go, Elixir and Rust.

Instructions

Count the frequency of letters in texts using parallel computation.

Parallelism is about doing things in parallel that can also be done sequentially. A common example is counting the frequency of letters. Employ parallelism to calculate the total frequency of each letter in a list of texts.

Part of #48in24

Parallel Letter Frequency is featured as part of #48in24 challenge. Solve it in Elixir, Go, and Java to earn the gold award.

Try Parallel Letter Frequency in 23 different languages…

You've not yet completed it in any languages.

8th
C++
C#
Delphi Pascal
Elixir
Emacs Lisp
Erlang
F#
Go
Haskell
Java
JavaScript
Lisp Flavoured Erlang
Prolog
Racket
Raku
Ruby
Rust
Scala
Tcl
Visual Basic
V
Wren