[GitHub] flink pull request #3680: [FLINK-6268] [core] Object reuse for Either type

2017-04-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3680 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flink pull request #3680: [FLINK-6268] [core] Object reuse for Either type

2017-04-05 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/3680 [FLINK-6268] [core] Object reuse for Either type Implement object reuse for Flink's Either type by storing a reference to Right in Left and Left in Right. These references are private and remain