[GitHub] thrift pull request: THRIFT-3431 Avoid an unnecessary HashMap look...

2015-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/704 --- 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] thrift pull request: THRIFT-3431 Avoid an unnecessary HashMap look...

2015-11-19 Thread thomaslee
GitHub user thomaslee opened a pull request: https://github.com/apache/thrift/pull/704 THRIFT-3431 Avoid an unnecessary HashMap lookup The "schemes" lookup that occurs on every read/write can add up under high throughput with lots of small messages. More detail in