Sökning: "Cache"

Visar resultat 1 - 5 av 204 uppsatser innehållade ordet Cache.

  1. 1. Cache replacement policies and their impact on graph database operations

    Master-uppsats, Lunds universitet/Institutionen för datavetenskap

    Författare :Tora Elding Larsson; Lukas Gustavsson; [2024]
    Nyckelord :Technology and Engineering;

    Sammanfattning : .... LÄS MER

  2. 2. Relaxed Priority Queue & Evaluation of Locks

    Master-uppsats, Göteborgs universitet/Institutionen för data- och informationsteknik

    Författare :Andreas Rudén; Ludvig Andersson; [2023-10-23]
    Nyckelord :Concurrency; Data Structures; Algorithms; Priority Queue; Semantic Relaxation; Lock-free; Scalability; Performance;

    Sammanfattning : We present a new, lock-free and concurrent priority queue, utilizing some ideas from [1] by Rukundo et al., that relaxes the traditional sequential semantics of the delete_min operation to achieve better scalability and performance. LÄS MER

  3. 3. A dynamic approach to sorting with respect to big data

    Master-uppsats, Umeå universitet/Institutionen för datavetenskap

    Författare :Filip Almström; [2023]
    Nyckelord :DynamicSort; sorting; dynamic; big data; comparing; characteristics; run-time;

    Sammanfattning : This study introduces a dynamic approach to sorting, making use of predictions and data gathered during run-time to optimize the sorting of the current data set. This approach is used to develop a sorting algorithm called DynamicSort which partitions data and calculates a partial standard deviation for each partition to determine which of two sorting algorithms should be used to sort the partition. LÄS MER

  4. 4. A Study of the Reuse-Distance Behavior of Instructions

    Master-uppsats, Uppsala universitet/Institutionen för informationsteknologi

    Författare :Eduard Ispas; [2023]
    Nyckelord :;

    Sammanfattning : Cache replacement policies play a critical role in optimizing the performance of cache memory in computer systems. While policies like Least Recently Used (LRU) are popular, they have proven to be inefficient under certain circumstances. LÄS MER

  5. 5. En prestandajämförelse mellan objektorienterad design och dataorienterad design i C++, Java och Java Project Valhalla

    M1-uppsats, KTH/Hälsoinformatik och logistik

    Författare :Andreas Isacsson; Christopher Renström; [2023]
    Nyckelord :Project Valhalla; primitive classes; Java; C ; data-oriented design; object-oriented design; cache; TLB; Project Valhalla; primitiva klasser; Java; C ; dataorienterad design; objektorienterad design; cacheminne; TLB;

    Sammanfattning : Datorspel behöver utnyttja hårdvara effektivt för att kunna vara tillgänglig på så många system som möjligt med varierande kapacitet. En viktig del i detta är att optimera användandet av processorns cacheminnen. Programmerare kan följa en dataorienterad design för att implementera cacheeffektiv kod. LÄS MER