Parallelize unicodable
Nobody has claimed this yet.
- Dominant language
- Raku
- Stars
- 19
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
https://irclog.perlgeek.de/perl6-dev/2017-05-02#i_14521198
Basically, it is fast enough for regular queries, but sometimes not fast enough when people throw their code into it. There's probably no way we can solve it, because sometimes this code is just way too slow, but at least it would improve the situation a bit.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked IRC discussion from 2017-05-02 and then locate the code responsible for handling the slow queries described in the issue. The issue provides no file or test names; done would mean improving responsiveness for especially slow input through parallelization without regressing regular queries.
Written by the indexing model from the issue text.
Assessment
- Domain
- performance
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100