Suchergebnisse - Java parallel streams*
-
1
Optimizing Parallel Java Streams
Veröffentlicht: IEEE 01.03.2022Veröffentlicht in 2022 26th International Conference on Engineering of Complex Computer Systems (ICECCS) (01.03.2022)“… The Java Stream API increases developer produc-tivity and greatly simplifies exploiting parallel computation by providing a high-level abstraction on top of complex data pro-cessing, parallelization …”
Volltext
Tagungsbericht -
2
Compiling and Optimizing Java 8 Programs for GPU Execution
ISSN: 1089-795XVeröffentlicht: IEEE 01.10.2015Veröffentlicht in 2015 International Conference on Parallel Architecture and Compilation (PACT) (01.10.2015)“… GPUs can enable significant performance improvements for certain classes of data parallel applications and are widely used in recent computer systems …”
Volltext
Tagungsbericht -
3
Performance of Parallel K-Means Algorithms in Java
ISSN: 1999-4893, 1999-4893Veröffentlicht: Basel MDPI AG 01.04.2022Veröffentlicht in Algorithms (01.04.2022)“… Therefore, many authors have proposed and experimented different techniques for the parallel execution of K-means …”
Volltext
Journal Article -
4
Efficient and Reliable Clustering by Parallel Random Swap Algorithm
Veröffentlicht: IEEE 26.09.2022Veröffentlicht in 2022 IEEE/ACM 26th International Symposium on Distributed Simulation and Real Time Applications (DS-RT) (26.09.2022)“… It combines the scalability of k-means with high clustering accuracy. The new clustering method is experimented on top of Java parallel streams and lambda expressions, which offer interesting execution time benefits …”
Volltext
Tagungsbericht -
5
Parallel random swap: An efficient and reliable clustering algorithm in Java
ISSN: 1569-190X, 1878-1462Veröffentlicht: Elsevier B.V 01.04.2023Veröffentlicht in Simulation modelling practice and theory (01.04.2023)“… The first implementation uses Java parallel streams and lambda expressions. The solution exploits a built-in multi-threaded organization capable of offering …”
Volltext
Journal Article -
6
ParDP: A Parallel Density Peaks-Based Clustering Algorithm
ISSN: 2227-7390, 2227-7390Veröffentlicht: Basel MDPI AG 01.04.2025Veröffentlicht in Mathematics (Basel) (01.04.2025)“… ParDP uses principal component analysis to cope with high-dimensional data points. The current implementation relies on Java parallel streams and the built-in lock …”
Volltext
Journal Article -
7
An Adaptive Penalty based Parallel Tabu Search for Constrained Covering Array Generation
ISSN: 0950-5849, 1873-6025Veröffentlicht: Elsevier B.V 01.03.2022Veröffentlicht in Information and software technology (01.03.2022)“… We propose a novel Adaptive Penalty based Parallel Tabu Search (APPTS) algorithm to address the CCAG problem …”
Volltext
Journal Article -
8
Parallel Bit-Stream Cipher with Cellular Automata Number 30 in Java
ISSN: 2341-3158Veröffentlicht: Universidad de Granada 2014Veröffentlicht in Annals of Multicore and GPU Programming: AMGP (2014)“… In previous works we have made the integration of one-dimensional linear cellular automata into bit-stream ciphers. These automata present a high degree of …”
Volltext
Journal Article -
9
Comparison of Java Virtual and Non-Virtual Threads in Parallel Programming
Veröffentlicht: IEEE 02.06.2025Veröffentlicht in 2025 MIPRO 48th ICT and Electronics Convention (02.06.2025)“… The Java programming language, in its long-term support version 21 (released in September 2023 …”
Volltext
Tagungsbericht -
10
Improving Clustering Accuracy of K-Means and Random Swap by an Evolutionary Technique Based on Careful Seeding
ISSN: 1999-4893, 1999-4893Veröffentlicht: Basel MDPI AG 01.12.2023Veröffentlicht in Algorithms (01.12.2023)“… K-Means is a “de facto” standard clustering algorithm due to its simplicity and efficiency. K-Means, though, strongly depends on the initialization of the …”
Volltext
Journal Article -
11
A Parallel Algorithm to Calculate an Approximation to the Order-K Voronoi Diagram using Java Streams and Thrust
Veröffentlicht: IEEE 01.01.2019Veröffentlicht in 2019 IEEE 9th Annual Computing and Communication Workshop and Conference (CCWC) (01.01.2019)“… Results of parallel implementations using Java Streams and Thrust are reported …”
Volltext
Tagungsbericht -
12
Two Medoid-Based Algorithms for Clustering Sets
ISSN: 1999-4893, 1999-4893Veröffentlicht: Basel MDPI AG 01.07.2023Veröffentlicht in Algorithms (01.07.2023)“… This paper proposes two algorithms for clustering data, which are variable-sized sets of elementary items. An example of such data occurs in the analysis of a …”
Volltext
Journal Article -
13
Bamshad: A JIT compiler for running Java stream APIs on heterogeneous environments
ISSN: 2325-937XVeröffentlicht: IEEE 01.12.2017Veröffentlicht in 2017 19th International Symposium on Computer Architecture and Digital Systems (CADS) (01.12.2017)“… in order to achieve reasonable performance. On the other hand, enabling running high-level programming languages such as Java with massive computational power of today's GPUs can lessen the burden of this complexity …”
Volltext
Tagungsbericht -
14
Analyzing C++ Stream Parallelism in Shared-Memory when Porting to Flink and Storm
Veröffentlicht: IEEE 17.10.2023Veröffentlicht in 2023 International Symposium on Computer Architecture and High Performance Computing Workshops (SBAC-PADW) (17.10.2023)“… Two popular frameworks for real-time data processing, Flink and Storm, provide solutions for effective parallel stream processing in Java …”
Volltext
Tagungsbericht -
15
An Efficient Algorithm for Clustering Sets
Veröffentlicht: IEEE 04.10.2023Veröffentlicht in 2023 IEEE/ACM 27th International Symposium on Distributed Simulation and Real Time Applications (DS-RT) (04.10.2023)“… The paper introduces HWK-Sets which is implemented in Java by parallel streams. Then, the efficiency and accuracy of HWK-Sets are demonstrated by simulation experiments …”
Volltext
Tagungsbericht -
16
Profiling and Optimizing Java Streams
ISSN: 2331-8422Veröffentlicht: Ithaca Cornell University Library, arXiv.org 20.02.2023Veröffentlicht in arXiv.org (20.02.2023)“… The Stream API was added in Java 8 to allow the declarative expression of data-processing logic, typically map-reduce-like data transformations on collections and datasets …”
Volltext
Paper -
17
Empirical complexity of comparator-based nearest neighbor descent
ISSN: 2331-8422Veröffentlicht: Ithaca Cornell University Library, arXiv.org 30.01.2022Veröffentlicht in arXiv.org (30.01.2022)“… A Java parallel streams implementation of the \(K\)-nearest neighbor descent algorithm is presented using a natural statistical termination criterion …”
Volltext
Paper -
18
TaskLocalRandom: a statistically sound substitute to pseudorandom number generation in parallel java tasks frameworks
ISSN: 1532-0626, 1532-0634Veröffentlicht: Blackwell Publishing Ltd 10.09.2015Veröffentlicht in Concurrency and computation (10.09.2015)“… Summary Several software efforts have been produced over the past few years in various programming languages to help developers handle pseudorandom streams partitioning …”
Volltext
Journal Article -
19
PCJ - Java library for high performance computing in PGAS model
ISBN: 9781479953127, 1479953121Veröffentlicht: IEEE 01.07.2014Veröffentlicht in 2014 International Conference on High Performance Computing & Simulation (HPCS) (01.07.2014)“… This paper presents the application of the PCJ library for the parallelization of the selected HPC applications implemented in Java language …”
Volltext
Tagungsbericht -
20
An Analytical study of Performance towards Task-level Parallelism on Many-core systems using Java API
Veröffentlicht: IEEE 08.07.2021Veröffentlicht in 2021 6th International Conference on Communication and Electronics Systems (ICCES) (08.07.2021)“… Java provides three prominent APIs: Executor, Fork-Join and Parallel Streams frameworks to achieve task-level parallelism …”
Volltext
Tagungsbericht

