[GitHub] thrift pull request: THRIFT-3214 Add Erlang option for using maps ...

2015-07-01 Thread thecodeboss
Github user thecodeboss commented on a diff in the pull request: https://github.com/apache/thrift/pull/535#discussion_r33730165 --- Diff: compiler/cpp/src/generate/t_erl_generator.cc --- @@ -55,6 +55,7 @@ class t_erl_generator : public t_generator { out_dir_base_ = &quo

[GitHub] thrift pull request: THRIFT-3214 Add Erlang option for using maps ...

2015-06-30 Thread thecodeboss
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

[GitHub] thrift pull request: THRIFT-2921 Make Erlang impl ready for OTP 18...

2015-06-29 Thread thecodeboss
GitHub user thecodeboss opened a pull request: https://github.com/apache/thrift/pull/533 THRIFT-2921 Make Erlang impl ready for OTP 18 release (dict/0 and set… THRIFT-2921 Make Erlang impl ready for OTP 18 release (dict/0 and set/0 are deprecated) Very minor change