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 https://issues.apache.org/jira/browse/THRIFT-3431

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/thomaslee/thrift tom_scheme_branch

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/704.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 #704
    
----
commit c53d08118ae3abe33e991525fbb64644ba29ce56
Author: Tom Lee <git...@tomlee.co>
Date:   2015-11-19T10:06:25Z

    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.

----


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to