zxcvbn-python icon indicating copy to clipboard operation
zxcvbn-python copied to clipboard

[REQUEST] Threading

Open ar1ja opened this issue 4 years ago • 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

ar1ja avatar Jan 29 '22 21:01 ar1ja

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

edcdecl avatar Mar 14 '22 07:03 edcdecl