f6a7ef3985
Adds a basic completion model implementation around the global browser history and registers that for the open command. Modifies WebHistory to add an __iter__ method and to use a dict instead of a set to store an entire HistoryEntry for each archived item instead of just the URL. Brief tests showed that the lookup time for set and dict are very similar. They are at least on the same order of magnitude. Testing membership of a list on the other hand, as was the case before a set was used, was four orders of magnitude slower on my machine. |
||
---|---|---|
.. | ||
models | ||
__init__.py | ||
completer.py | ||
completiondelegate.py | ||
completionwidget.py |