[
https://issues.apache.org/jira/browse/THRIFT-3357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971641#comment-15971641
]
ASF GitHub Bot commented on THRIFT-3357:
----------------------------------------
GitHub user afds opened a pull request:
https://github.com/apache/thrift/pull/1253
THRIFT-3357: Generate EnumSet/EnumMap where elements/keys are enums
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afds/thrift THRIFT-3357
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1253.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1253
----
commit 55c5b73be8a340c9793ba07595fef17adc9874e1
Author: Deniss Afonin <[email protected]>
Date: 2017-04-17T20:53:16Z
THRIFT-3357: Generate EnumSet/EnumMap where elements/keys are enums
----
> Generate EnumSet/EnumMap where elements/keys are enums
> ------------------------------------------------------
>
> Key: THRIFT-3357
> URL: https://issues.apache.org/jira/browse/THRIFT-3357
> Project: Thrift
> Issue Type: Improvement
> Components: Java - Compiler
> Reporter: Deniss Afonin
>
> Generate EnumSet/EnumMap instead of HashSet/HashMap where elements/keys are
> enums.
> This makes these maps/sets memory efficient and faster.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)