← Back to team overview

zeitgeist team mailing list archive

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

 

Public bug reported:

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.

** Affects: zeitgeist
     Importance: Wishlist
         Status: Confirmed

** Changed in: zeitgeist
   Importance: Undecided => Wishlist

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

-- 
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-Engine, which is the registrant for Zeitgeist Framework.

Status in Zeitgeist Framework: Confirmed

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.



Follow ups

References