2017 Fourth International Conference on Image Information Processing (ICIIP) 2017
DOI: 10.1109/iciip.2017.8313747
|View full text |Cite
|
Sign up to set email alerts
|

CWRP: An efficient and classical weight ranking policy for enhancing cache performance

Abstract: Due to the huge difference in performance between the computer memory and processor , the virtual memory management plays a vital role in system performance .A Cache memory is the fast memory which is used to compensate the speed difference between the memory and processor. This paper gives an adaptive replacement policy over the traditional policy which has low overhead, better performance and is easy to implement. Simulations show that our algorithm performs better than Least-Recently-Used (LRU), First-In-Fi… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
8
0

Year Published

2017
2017
2020
2020

Publication Types

Select...
4
1
1

Relationship

0
6

Authors

Journals

citations
Cited by 7 publications
(8 citation statements)
references
References 14 publications
0
8
0
Order By: Relevance
“…As discussed in Section I, we focus on popularity estimation in VoD systems based on request statistics of videos. The underlying principles behind most cache replacement algorithms are popularity estimation methods using the request record [3], [17], [19], [20]. That is, in every cache replacement algorithm in general, the objects least likely to be requested are identified using past access patterns so that those objects can be removed from the cache when required.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…As discussed in Section I, we focus on popularity estimation in VoD systems based on request statistics of videos. The underlying principles behind most cache replacement algorithms are popularity estimation methods using the request record [3], [17], [19], [20]. That is, in every cache replacement algorithm in general, the objects least likely to be requested are identified using past access patterns so that those objects can be removed from the cache when required.…”
Section: Related Workmentioning
confidence: 99%
“…While the LFU method captures long-term popularity of objects, it responds poorly to changes in user demand as it does not emphasize recent history over earlier reports. Since LFU cannot distinguish between requests that occurred recently with requests that occurred significantly earlier, it can incorrectly identify many ''has-beens'' as popular objects because of their high request count in the past [20], [22]. For example, when the LFU method is used, earlier episode of a drama series that is no longer popular might remain in the cache for a long time.…”
Section: Related Workmentioning
confidence: 99%
“…Debabala Swain [8] have used an alternative, an adaptive replacement algorithm that ranks objects in the cache based on weight as defined in (1):…”
Section: Related Workmentioning
confidence: 99%
“…Adaptive Weight Ranking Policy(AWRP) attempts to give weight to each page depending on three factors: recency, frequency and total number of access to be made. This overcomes the problem of traditional algorithms such as least recently used LRU, First Input First Output FIFO and Clock Adaptive Replacement CAR [8,9]. Intelligent replacement algorithms were proposed to overcome problems of conventional replacement algorithms and to enhance the performance of web cache.…”
Section: Introductionmentioning
confidence: 99%
“…On the basis of studying FIFO, LRU and other cache algorithms, Yu et al proposed minimum reference count (LRC) [7] and minimum effective reference technique (LERC) [8].Ho et al [9] proposed a cache update technique that enables users to replace a single RDD partition by partially updating RDD, thus avoiding the large overhead caused by loading the entire RDD. Swain et al [10] designed an AWRP algorithm, calculating the weight according to the access frequency of the object. Chen et al [11] proposed a register allocation (RA) replacement algorithm to replace the RDD partition with the latest end of use time.…”
Section: Introductionmentioning
confidence: 99%