﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36190	High memory usage of CommonPasswordValidator	Michel Le Bihan	Priyanshu Singh Panda	"Hello,

I noticed that `CommonPasswordValidator` has a very high memory usage. Loading the `piotrcki-wordlist-top10m.txt` list that has `9872702` entries causes a 755M usage even though the disk size of the list is only 87M. Since `CommonPasswordValidator` basically only needs to check for membership, I think that using a variant of a bloom filter would be much better than using a hash table (`set()`)."	Cleanup/optimization	closed	contrib.auth	dev	Normal	wontfix	CommonPasswordValidator	Priyanshu Singh Panda	Accepted	0	1	0	0	0	0
