GitHub user thecodeboss opened a pull request:

    https://github.com/apache/thrift/pull/535

    THRIFT-3214 Add Erlang option for using maps instead of dicts

    Erlang OTP 18 introduces significant performance improvements when using 
maps instead of dicts. Here is a benchmark showing the gains:
    
    https://gist.github.com/BinaryMuse/bb9f2cbf692e6cfa4841
    
    Thrift should support an option for the Erlang compiler to produce maps 
instead of dicts, to take advantage of these performance improvements.

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

    $ git pull https://github.com/thecodeboss/thrift THRIFT-3214

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

    https://github.com/apache/thrift/pull/535.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 #535
    
----
commit 969e1fb45ca6423d2d4353d154f7cb6f861f4bb5
Author: Michael Oliver <[email protected]>
Date:   2015-07-01T00:22:54Z

    THRIFT-3214 Add Erlang option for using maps instead of dicts

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to