Tyler Trucks

Results 2 issues of Tyler Trucks

I use 3 workers to concurrently loop over a large array and return their levenshtein distance. They were fast at the beginning. But get slow on every function call. ```js...

bug
question

I used chatterbot package to make a discord.py bot. Actually there are too many people talking to the bot. 1st user types "nice to meet you again" and the bot...