Patrício et al., 2017 - Google Patents
Locality-aware GC optimisations for big data workloadsPatrício et al., 2017
View PDF- Document ID
- 8307701592312653493
- Author
- Patrício D
- Bruno R
- Simão J
- Ferreira P
- Veiga L
- Publication year
- Publication venue
- OTM Confederated International Conferences" On the Move to Meaningful Internet Systems"
External Links
Snippet
Abstract Many Big Data analytics and IoT scenarios rely on fast and non-relational storage (NoSQL) to help processing massive amounts of data. In addition, managed runtimes (eg JVM) are now widely used to support the execution of these NoSQL storage solutions …
- 230000015556 catabolic process 0 abstract description 3
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/0223—User address space allocation, e.g. contiguous or non contiguous base addressing
- G06F12/023—Free address space management
- G06F12/0253—Garbage collection, i.e. reclamation of unreferenced memory
- G06F12/0269—Incremental or concurrent garbage collection, e.g. in real-time systems
- G06F12/0276—Generational garbage collection
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3409—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3466—Performance evaluation by tracing or monitoring
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/362—Software debugging
- G06F11/3636—Software debugging by tracing the execution of the program
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformations of program code
- G06F8/41—Compilation
- G06F8/44—Encoding
- G06F8/443—Optimisation
- G06F8/4441—Reducing the execution time required by the program code
- G06F8/4442—Reducing the number of cache misses; Data prefetching
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3604—Software analysis for verifying properties of programs
- G06F11/3612—Software analysis for verifying properties of programs by runtime analysis
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for programme control, e.g. control unit
- G06F9/06—Arrangements for programme control, e.g. control unit using stored programme, i.e. using internal store of processing equipment to receive and retain programme
- G06F9/46—Multiprogramming arrangements
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for programme control, e.g. control unit
- G06F9/06—Arrangements for programme control, e.g. control unit using stored programme, i.e. using internal store of processing equipment to receive and retain programme
- G06F9/44—Arrangements for executing specific programmes
- G06F9/455—Emulation; Software simulation, i.e. virtualisation or emulation of application or operating system execution engines
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/30—Information retrieval; Database structures therefor; File system structures therefor
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F2201/00—Indexing scheme relating to error detection, to error correction, and to monitoring
- G06F2201/885—Monitoring specific for caches
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Maas et al. | Learning-based memory allocation for c++ server workloads | |
| Zorn | The measured cost of conservative garbage collection | |
| US6330556B1 (en) | Data structure partitioning to optimize cache utilization | |
| Nguyen et al. | Yak: A {High-Performance}{Big-Data-Friendly} Garbage Collector | |
| US6321240B1 (en) | Data structure partitioning with garbage collection to optimize cache utilization | |
| JP3659317B2 (en) | Method and apparatus for managing data | |
| Bruno et al. | A study on garbage collection algorithms for big data environments | |
| JP2006092532A (en) | Increasing data locality of recently accessed resource | |
| US20040186863A1 (en) | Elision of write barriers for stores whose values are in close proximity | |
| Miranda et al. | A partial read barrier for efficient support of live object-oriented programming | |
| Shi et al. | Deca: A garbage collection optimizer for in-memory data processing | |
| Anderson | Optimizations in a private nursery-based garbage collector | |
| Bhattacharya et al. | Improving the performance of JVM startup using the shared class cache | |
| Krylov et al. | The evolution of garbage collection in v8: google's javascript engine | |
| Berger et al. | OOPSLA 2002: Reconsidering custom memory allocation | |
| Onozawa et al. | Fusuma: double-ended threaded compaction | |
| Patrício et al. | Locality-aware GC optimisations for big data workloads | |
| Soman et al. | Application-specific garbage collection | |
| Chaudhary et al. | Generational zgc-an improvement in garbage collector in java 21 | |
| Lam et al. | Being lazy when it counts: Practical constant-time memory management for functional programming | |
| Wang et al. | Evaluating garbage collection performance across managed language runtimes | |
| Onozawa et al. | Fusuma: Double-Ended Threaded Compaction (Full Version) | |
| Patrício et al. | Gang-GC: Locality-aware Parallel Data Placement Optimizations for Key-Value Storages | |
| Heikkilä | A study on dynamic memory allocation mechanisms for small block sizes in real-time embedded systems | |
| Hagelin | Optimizing memory management with object-local heaps |