Publications and Research
Document Type
Poster
Publication Date
5-30-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 towards 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
This poster was presented at the International Conference on Software Engineering in Gothenburg, Sweden.