2018
DOI: 10.1145/3156818
|View full text |Cite
|
Sign up to set email alerts
|

A Study on Garbage Collection Algorithms for Big Data Environments

Abstract: The need to process and store massive amounts of data—Big Data—is a reality. In areas such as scientific experiments, social networks management, credit card fraud detection, targeted advertisement, and financial analysis, massive amounts of information are generated and processed daily to extract valuable, summarized information. Due to its fast development cycle (i.e., less expensive to develop), mainly because of automatic memory management, and rich community resources, managed object-oriented programming … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
4
0

Year Published

2019
2019
2023
2023

Publication Types

Select...
8
2

Relationship

0
10

Authors

Journals

citations
Cited by 22 publications
(7 citation statements)
references
References 76 publications
0
4
0
Order By: Relevance
“…Programming language and system runtimes (e.g. Java, .NET Framework) provide managed memory management [3,7]. Under the hood, the memory manager tracks the liveness of the objects by tracking the reachability of all dynamically allocated objects, and once the object becomes unreachable, the system cleans and reclaims all the memory of such dead objects [15,23,24].…”
Section: Related Workmentioning
confidence: 99%
“…Programming language and system runtimes (e.g. Java, .NET Framework) provide managed memory management [3,7]. Under the hood, the memory manager tracks the liveness of the objects by tracking the reachability of all dynamically allocated objects, and once the object becomes unreachable, the system cleans and reclaims all the memory of such dead objects [15,23,24].…”
Section: Related Workmentioning
confidence: 99%
“…A few efforts have been done to reduce the GC overhead in Spark, e.g., [70], [71]. Finally, the reader can find a comprehensive overview of GC algorithms for big data systems in [72].…”
Section: A Improving Job Performancementioning
confidence: 99%
“…Furthermore, other recent surveys related to Big Data have been published; for instance, one describing the state-of-the-art about methodologies developed for multimedia Big Data analytics and the challenges, techniques, applications, strategies and future outlook [22]. Another study presents and analyzes in detail the current stage of Big Data environments and platforms and available garbage collection algorithms [23]. These works neither cover the scope of our research questions for Big Data modeling and management, nor achieve the same level of detail and precision.…”
Section: Identification Of Need For a Slr Studymentioning
confidence: 99%