Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Foregone parallel-letter-frequency exercise #640

Merged

Conversation

homersimpsons
Copy link
Contributor

PHP is not realy made for multithread. Fibers are new and rarely used.

Completes #630

PHP is not realy made for multithread. Fibers are new and rarely used.
@homersimpsons homersimpsons force-pushed the exercise/foregon-parallel-letter-frequency branch from 95e19ef to b411b79 Compare February 25, 2024 23:14
@mk-mxp mk-mxp added x:action/improve Improve existing functionality/content x:knowledge/elementary Little Exercism knowledge required x:module/practice-exercise Work on Practice Exercises x:size/small Small amount of work x:rep/small Small amount of reputation labels Feb 25, 2024
@mk-mxp
Copy link
Contributor

mk-mxp commented Feb 25, 2024

Just to be a little pedantic: Fibers are reliably single threaded, too. They are a bit more complicated than Generators, but still not "parallel" in any way or at least "interrupted unexpectedly by some other executed code". I think that is a great advantage...

@mk-mxp mk-mxp merged commit bc8b7c4 into exercism:main Feb 25, 2024
12 checks passed
@homersimpsons homersimpsons deleted the exercise/foregon-parallel-letter-frequency branch February 25, 2024 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:action/improve Improve existing functionality/content x:knowledge/elementary Little Exercism knowledge required x:module/practice-exercise Work on Practice Exercises x:rep/small Small amount of reputation x:size/small Small amount of work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants