mirror of
https://github.com/searxng/searxng.git
synced 2025-05-24 01:12:56 -04:00
The previous implementation used two hash sets and a list. ... that's not necessary ... a single hash map suffices. And it's also less error prone ... because the previous data structure allowed a setting to be enabled and disabled at the same time.