Sha256: adfdc782c6ea54a854a426a427f15d87fb0a4b89d4142917e0ebfbcb665a6f94
Contents?: true
Size: 468 Bytes
Versions: 220
Compression:
Stored size: 468 Bytes
Contents
## Hints Your code should contain a frequency :: Int -> [Text] -> Map Char Int function which accepts a number of workers to use in parallel and a list of texts and returns the total frequency of each letter in the text. ### Benchmark Check how changing number of workers affects performance of your solution by running the benchmark. Use `stack bench` to run it. Feel free to modify `bench/Benchmark.hs` to explore your solution's performance on different inputs.
Version data entries
220 entries across 220 versions & 1 rubygems