You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 commentedon Mar 30, 2018
Should these be special cases? What other cases are there?