gorhill / uMatrix

uMatrix: Point and click matrix to filter net requests according to source, destination and type
GNU General Public License v3.0
4.56k stars 473 forks source link

Migrate from Object to Set/Map where it makes sense #853

Open gorhill opened 6 years ago

gorhill commented 6 years ago

Need to modernize code base, to use Set/Map rather than Object, where it makes sense. This issue will be used as a reference for all commits for that modernization work.