[tor-bugs] #6118 [EFF-HTTPS Everywhere]: Implement a more scalable method for storing / querying rulesets
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Wed Jun 27 06:56:04 UTC 2012
#6118: Implement a more scalable method for storing / querying rulesets
----------------------------------+-----------------------------------------
Reporter: pde | Owner: pde
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: EFF-HTTPS Everywhere | Version:
Keywords: | Parent: #4804
Points: | Actualpoints:
----------------------------------+-----------------------------------------
Comment(by JGO):
Yes I was, thanks for making the connection.
I was looking at a sqlite implementation to implement this:
Meaning we could outsource the whole lookup, index and storage stuff and
occasionally I was looking at startup-times for the addon. I noticed that
the calls to HTTPSRules.init() take about 2.35 seconds (I added some
timing information around calls to this) and perhaps the way we handle
this could improve that timing as well.
But I must say this (sqlite) is perhaps not what you had in mind, and
'compressed binary indexing' is not what I usually do :P. But I will have
a little research into that.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/6118#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list