[ndnSIM] Implementing a new cache policy

Dhiab Imen dhiabimen at gmail.com
Mon Jan 2 04:12:42 PST 2017


Hi all,

I need to implement a new cache policy called pseudo lru policy.I am
currently using ndnSIM 1.0, referring to the source code of LRU policy
(lru-policy.h), it seems to me that the "policy_container" in the code
serves as a cache storage is a list. But in pseudo lru policy the policy
container must be a tree where the left child are the most recently used
items and the right child is the least recently used item.
I'm new in using boost intrusive algorithms, I don't know if it is possible
to use rbtree or splaytree and how can I initialize policy_hook_type,
container_hook,policy_container and parent_trie.

Thank you for your response in advance.

-- 
Cordialement
Imen Dhiab

***************************************************************************************************
Ingénieur Informatique diplômé de l'Ecole Nationale d'Ingénieurs de Sfax.
Membre de l'unité de recherche SAGE (Systèmes Avancés en Génie Electrique),
Ecole Nationale d'Ingénieurs de Sousse.
+216 53 59 19 88
Pages personnelles :
http://www.sage-eniso.org/profile-membre/fr/T/85/dhiab-imene.html
***************************************************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20170102/03a3ca4e/attachment.html>


More information about the ndnSIM mailing list