Search Results - Java parallel streams
-
1
Optimizing Parallel Java Streams
Published: IEEE 01.03.2022Published 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…”
Get full text
Conference Proceeding -
2
Performance of Parallel K-Means Algorithms in Java
ISSN: 1999-4893, 1999-4893Published: Basel MDPI AG 01.04.2022Published in Algorithms (01.04.2022)“… Therefore, many authors have proposed and experimented different techniques for the parallel execution of K-means…”
Get full text
Journal Article -
3
Parallel random swap: An efficient and reliable clustering algorithm in Java
ISSN: 1569-190X, 1878-1462Published: Elsevier B.V 01.04.2023Published 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…”
Get full text
Journal Article -
4
Compiling and Optimizing Java 8 Programs for GPU Execution
ISSN: 1089-795XPublished: IEEE 01.10.2015Published 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…”
Get full text
Conference Proceeding -
5
Efficient and Reliable Clustering by Parallel Random Swap Algorithm
Published: IEEE 26.09.2022Published 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…”
Get full text
Conference Proceeding -
6
ParDP: A Parallel Density Peaks-Based Clustering Algorithm
ISSN: 2227-7390, 2227-7390Published: Basel MDPI AG 01.04.2025Published 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…”
Get full text
Journal Article -
7
Improving Clustering Accuracy of K-Means and Random Swap by an Evolutionary Technique Based on Careful Seeding
ISSN: 1999-4893, 1999-4893Published: Basel MDPI AG 01.12.2023Published 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…”
Get full text
Journal Article -
8
Two Medoid-Based Algorithms for Clustering Sets
ISSN: 1999-4893, 1999-4893Published: Basel MDPI AG 01.07.2023Published 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…”
Get full text
Journal Article -
9
A Parallel Algorithm to Calculate an Approximation to the Order-K Voronoi Diagram using Java Streams and Thrust
Published: IEEE 01.01.2019Published 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…”
Get full text
Conference Proceeding -
10
Comparison of Java Virtual and Non-Virtual Threads in Parallel Programming
Published: IEEE 02.06.2025Published 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…”
Get full text
Conference Proceeding -
11
Parallel Bit-Stream Cipher with Cellular Automata Number 30 in Java
ISSN: 2341-3158Published: Universidad de Granada 2014Published 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…”
Get full text
Journal Article -
12
Analyzing C++ Stream Parallelism in Shared-Memory when Porting to Flink and Storm
Published: IEEE 17.10.2023Published 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…”
Get full text
Conference Proceeding -
13
An Adaptive Penalty based Parallel Tabu Search for Constrained Covering Array Generation
ISSN: 0950-5849, 1873-6025Published: Elsevier B.V 01.03.2022Published 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…”
Get full text
Journal Article -
14
TaskLocalRandom: a statistically sound substitute to pseudorandom number generation in parallel java tasks frameworks
ISSN: 1532-0626, 1532-0634Published: Blackwell Publishing Ltd 10.09.2015Published in Concurrency and computation (10.09.2015)“…‒level tools. The latest release of the Java Development Kit (JDK 7) tries to tackle this problem by providing facilities to partition a pseudorandom stream across various threads thanks to the new class ThreadLocalRandom…”
Get full text
Journal Article -
15
Bamshad: A JIT compiler for running Java stream APIs on heterogeneous environments
ISSN: 2325-937XPublished: IEEE 01.12.2017Published 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…”
Get full text
Conference Proceeding -
16
Profiling and Optimizing Java Streams
ISSN: 2331-8422Published: Ithaca Cornell University Library, arXiv.org 20.02.2023Published 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…”
Get full text
Paper -
17
An Efficient Algorithm for Clustering Sets
Published: IEEE 04.10.2023Published 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…”
Get full text
Conference Proceeding -
18
An Analytical study of Performance towards Task-level Parallelism on Many-core systems using Java API
Published: IEEE 08.07.2021Published 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…”
Get full text
Conference Proceeding -
19
A Distributed Stream Library for Java 8
ISSN: 2332-7790, 2372-2096Published: 01.09.2017Published in IEEE transactions on big data (01.09.2017)“…Java 8 has introduced new capabilities such as lambda expressions and streams which simplify data-parallel computing…”
Get full text
Journal Article -
20
Large‐scale characterization of Java streams
ISSN: 0038-0644, 1097-024XPublished: Bognor Regis Wiley Subscription Services, Inc 01.09.2023Published in Software, practice & experience (01.09.2023)“…Java streams are receiving the attention of developers targeting the Java virtual machine (JVM…”
Get full text
Journal Article