While the qatd_cpp_tokens_* are really fast, tokens_hased_recompile appear to be the bottle neck. Since there is no character encoding is involved, we can recompilation tokens in C++ much faster. This would also be one step to an architecture where tokens object remain in the C++ side until requested.
While the
qatd_cpp_tokens_*are really fast,tokens_hased_recompileappear to be the bottle neck. Since there is no character encoding is involved, we can recompilationtokensin C++ much faster. This would also be one step to an architecture wheretokensobject remain in the C++ side until requested.