Skip to content

Add parallel letter exercise#745

Merged
ryanplusplus merged 9 commits intoexercism:mainfrom
meatball133:add-parallel-leter
Apr 20, 2026
Merged

Add parallel letter exercise#745
ryanplusplus merged 9 commits intoexercism:mainfrom
meatball133:add-parallel-leter

Conversation

@meatball133
Copy link
Copy Markdown
Member

resolve #585

Could be intresting to explore this exercise once 1.19 is implemented, Crystal is working heavily on multi threading. I thought about implementing this exercise earlier, but skipped due to feeling that the language wasn't ready. This solution supporse multi-threading but is still slower than a single threaded solution. With 1.19 it feels like multi-threading support will be more stable and could perhaps be faster than single threaded.

Also this requires the test runner to allow multi-threaded execution.

@meatball133 meatball133 changed the title Add parallel leter exercise Add parallel letter exercise Jan 3, 2026
@meatball133 meatball133 marked this pull request as ready for review April 20, 2026 18:00
Comment thread exercises/practice/parallel-letter-frequency/.docs/instructions.append.md Outdated
Comment thread exercises/practice/parallel-letter-frequency/.docs/instructions.append.md Outdated
Co-authored-by: Ryan Hartlage <2488333+ryanplusplus@users.noreply.github.com>
@ryanplusplus ryanplusplus merged commit d795d0b into exercism:main Apr 20, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[New Practice Exercise]: Parallel letter frequency

2 participants