← Back to team overview

zeitgeist team mailing list archive

[Bug 488968] Re: Caching of Event objects for use with GetEvents

 

I think this is invalid since we got rid of the LRU cache... I will mark
it as invalid, feel free to reopen.

** Changed in: zeitgeist
       Status: Confirmed => Invalid

-- 
Caching of Event objects for use with GetEvents
https://bugs.launchpad.net/bugs/488968
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in Zeitgeist Framework: Invalid

Bug description:
We should cache the full Event objects in an LRUCache (of size something like 500 or less). We can update the cache in InsertEvents() and GetEvents(). The primary idea behind it is to massively speed up GetEvents().

Anyway not hugely important, just an optimization.





References