dwolfhub/zxcvbn-python

[REQUEST] Threading

TruncatedDinoSour opened this issue · 1 comments

This module is horribly slow with long passwords and
I am making a thing which requires to check it multiple times and
I think a lot of people would appreciate a bit of threading involved :)

You don't have to implement it or anything but I and probably
a lot of other people would appreciate that :D

I'm sorry if I'm coming across as rude, I am not trying to,
thanks if you consider or do implement it

It's already thread-safe, so can't you just do the threading on your own?