Projects tigase _server tigase-pubsub Issues #92
Improve caching (#92)
Closed
Andrzej Wójcik (Tigase) opened 4 years ago

Currently, our caching implementation is not LRU which would be best for us (we have last recently loaded in cache), so it may happen that frequently used node configuration, subscribers and affiliations list will get removed from the memory. Additionally, our caching mechanism may cause loading of the same node configuration if many threads will ask about it at the same time (loading will not cause other threads to wait, instead it will force them to load the data).

wojciech.kapcia@tigase.net commented 1 year ago

Actually this was still open (no version set…).

Please add unit-tests to all methods just to make sure it works correctly.

Could you also add some javadoc, especially to LRUCacheWithFuture explaining motivation and benefits of this implementation (as opposed to plain LRUCache for example)?

wojciech.kapcia@tigase.net batch edited 4 months ago
Name Previous Value Current Value
Iterations
empty
tigase-server-8.4.0
issue 1 of 1
Type
Task
Priority
Normal
Assignee
Version
tigase-server-8.4.0
Spent time
12h 45m
Iterations
Issue Votes (0)
Watchers (2)
Reference
tigase/_server/tigase-pubsub#92
Please wait...
Page is in error, reload to recover