https://gitlab.com/TricolorHen061/bad-word-blocker-filter/-/tree/main/lib?ref_type=heads
This is my Dart codebase. It's for my Discord bot's message filter. It's really messy, so I want to rewrite it.
I am considering rewriting it in Gleam. However, I was wondering how good of a language Gleam is for this. If you look at the code, there's a lot of dealing with strings, and iterating through enormous lists (200,000+ items). This code will be run about 2-3 times per second. Could Gleam handle this?