2010
DOI: 10.1016/j.cl.2009.12.003
|View full text |Cite
|
Sign up to set email alerts
|

An approach for non-intrusively adding malleable fork/join parallelism into ordinary JavaBean compliant applications

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
14
0

Year Published

2012
2012
2018
2018

Publication Types

Select...
5

Relationship

3
2

Authors

Journals

citations
Cited by 10 publications
(18 citation statements)
references
References 65 publications
(92 reference statements)
0
14
0
Order By: Relevance
“…There are several general-purpose frameworks that have been used to process large-scale graphs in link prediction. Frameworks such as MapReduce [6], Fork-Join [15] or RDD (Spark) [16] have been applied to various graph-related processing problems [17][18][19]. Other frameworks, like Pregel [8] or GraphLab [20] are specifically designed for graph-based algorithms [21,22].…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…There are several general-purpose frameworks that have been used to process large-scale graphs in link prediction. Frameworks such as MapReduce [6], Fork-Join [15] or RDD (Spark) [16] have been applied to various graph-related processing problems [17][18][19]. Other frameworks, like Pregel [8] or GraphLab [20] are specifically designed for graph-based algorithms [21,22].…”
Section: Related Workmentioning
confidence: 99%
“…For example, path-based link prediction algorithms fit naturally under the divide-and-conquer strategy and, thus, a Fork-Join [15] framework (also known as Split and Merge or Split and Reduce in some frameworks 1 ) may be a good fit. The main entity in a distributed FJ algorithm is the FJ job, which represents the computation as a whole.…”
Section: Distributed Partitioned Mergementioning
confidence: 99%
“…Important results regarding parallelization methods and development of techniques to facilitate software mobility have emerged in the last decade . These advances are aimed to traditional parallel and distributed infrastructures, which rely on fixed servers connected for predictable and stable intervals of time.…”
Section: Related Workmentioning
confidence: 99%
“…After selecting the operating system, we analyzed Java and Android native code as the programming languages to do the experiments. We decided to use Java because of its increasing popularity and its interesting features; that is, it has been recognized as being a useful language to develop and execute resource‐intensive code by researchers . We are interested in this feature because one of our goals is to contribute to execute scientific applications in mobile devices.…”
Section: Introductionmentioning
confidence: 99%
“…It was proposed by Lea [25] in 2000, and has been widely applied in scientific fields [26,27]. It was integrated, as a standard parallel framework, into Java7 [28] and released in July 2011.…”
Section: Fork/join Frameworkmentioning
confidence: 99%