Why is Rakudo slow?
- Currently parsing is fairly slow
- Recursive descent with some backtracking
- Protoregexes and longest token matching will help
- Once parsed, code execution is fairly quick :-)
- Parrot GC is slow
- being fixed
- Parrot strings are slow -- especially UTF-8
- being fixed