You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "David Reiss (JIRA)" <ji...@apache.org> on 2010/09/27 19:39:35 UTC

[jira] Created: (THRIFT-922) Templatized [de]serialization code for C++

Templatized [de]serialization code for C++
------------------------------------------

                 Key: THRIFT-922
                 URL: https://issues.apache.org/jira/browse/THRIFT-922
             Project: Thrift
          Issue Type: New Feature
          Components: C++ - Compiler, C++ - Library
            Reporter: David Reiss


Support for using compile-type polymorphism to eliminate virtual calls in [de]serialization for a big performance boost.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-922) Templatized [de]serialization code for C++

Posted by "David Reiss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Reiss updated THRIFT-922:
-------------------------------

    Attachment: v1-0002-THRIFT-922.-cpp-Revert-the-BufferBase-part-of-r75058.patch
                v1-0009-THRIFT-922.-cpp-When-reading-strings-borrow-first.patch
                v1-0010-THRIFT-922.-cpp-Add-shortcutted-version-of-readAll-i.patch
                v1-0011-THRIFT-922.-cpp-Convert-transport-classes-to-use-non.patch
                v1-0012-THRIFT-922.-cpp-Convert-protocol-classes-to-use-non-.patch
                v1-0013-THRIFT-922.-cpp-Templatize-binary-and-compact-protoc.patch
                v1-0014-THRIFT-922.-cpp-Fix-C-compilation-when-using-list-bo.patch
                v1-0015-THRIFT-922.-cpp-Update-C-generator-to-emit-templatiz.patch
                v1-0017-THRIFT-922.-cpp-Add-profiling-code-to-help-conversio.patch

> Templatized [de]serialization code for C++
> ------------------------------------------
>
>                 Key: THRIFT-922
>                 URL: https://issues.apache.org/jira/browse/THRIFT-922
>             Project: Thrift
>          Issue Type: New Feature
>          Components: C++ - Compiler, C++ - Library
>            Reporter: David Reiss
>         Attachments: v1-0002-THRIFT-922.-cpp-Revert-the-BufferBase-part-of-r75058.patch, v1-0009-THRIFT-922.-cpp-When-reading-strings-borrow-first.patch, v1-0010-THRIFT-922.-cpp-Add-shortcutted-version-of-readAll-i.patch, v1-0011-THRIFT-922.-cpp-Convert-transport-classes-to-use-non.patch, v1-0012-THRIFT-922.-cpp-Convert-protocol-classes-to-use-non-.patch, v1-0013-THRIFT-922.-cpp-Templatize-binary-and-compact-protoc.patch, v1-0014-THRIFT-922.-cpp-Fix-C-compilation-when-using-list-bo.patch, v1-0015-THRIFT-922.-cpp-Update-C-generator-to-emit-templatiz.patch, v1-0017-THRIFT-922.-cpp-Add-profiling-code-to-help-conversio.patch
>
>
> Support for using compile-type polymorphism to eliminate virtual calls in [de]serialization for a big performance boost.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.