Publications and Research
Document Type
Poster
Publication Date
Spring 3-27-2018
Abstract
The Java 8 Stream API sets forth a promising new programming model that incorporates functional-like, MapReduce-style features into a mainstream programming language. However, using streams correctly and efficiently may involve subtle considerations. In this poster, we present our ongoing work and preliminary results to- wards an automated refactoring approach that assists developers in writing optimal stream code. The approach, based on ordering and typestate analysis, determines when it is safe and advantageous to convert streams to parallel and optimize a parallel streams.
COinS
Comments
Yiming Tang, Raffi Khatchadourian, Mehdi Bagherzadeh, and Syed Ahmed. Poster: Towards safe refactoring for intelligent parallelization of Java 8 streams. In International Conference on Software Engineering Companion, ICSE '18 Companion, New York, NY, USA, May 2018. ACM/IEEE, ACM. To appear.