Read wordlist asynchronously
amiremohamadi opened this issue · 2 comments
when it comes to piping commands in order to read the word list (file & stdin), doing it asynchronously would be more efficient. consider sth like CeWL which extracts words from a website and creates a word list. so instead of waiting for the whole output we can read them asynchronously as they're generated.
I guess this can be done with little effort as x8
itself has an async
architecture.
It looks like a good idea. I'll think about implementing it. Though, it won't have high priority because it will speed things up only a little.
After taking another look at this, I've realized that making the necessary architecture changes would be a massive undertaking. Even if we were able to make these changes, the resulting speed improvements would be relatively minor. Therefore, I've decided to close this as "won't fix" for now.