Skip to content

Nonsense transformations may exist #190

Open
@yiming-tang-cs

Description

@yiming-tang-cs
Contributor

Currently, our tool converts streams such as Stream.empty() to its parallel version. Actually, this transformation does not improve the performance of the project and we regard those transformations as nonsense transformations.

Activity

khatchad

khatchad commented on Mar 30, 2018

@khatchad
Member

Should these be special cases? What other cases are there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @khatchad@yiming-tang-cs

        Issue actions

          Nonsense transformations may exist · Issue #190 · ponder-lab/Optimize-Java-8-Streams-Refactoring