Hey, I can code since I was 8, and I'm currently working on an all in one free and open source project manager - https://github.com/BenHerbst/idaesbasic
Hi! No, not yet. Turbo strings is still under development so performance might not be the best. After it will be more stable, I will probably add some benchmarks in the readme.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (6)
Very good lib, gonna use in every project!
Thanks! Let me know how it went 😀
You can get a generalized form of your hard-coded alphabet exports by having a function to generate ranges of characters based on codepoints:
You can also get all ASCII special characters (i.e. non-alphanumerics) by diffing
printableAsciis
with the alphanumeric versions:That's a good point, thanks! If you want, you can create a pull request to replace it with your solution.
Extended string functions are very welcome. Are there any performance tests comparing different approaches?
Hi! No, not yet. Turbo strings is still under development so performance might not be the best. After it will be more stable, I will probably add some benchmarks in the readme.