You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Noam Zilberstein (JIRA)" <ji...@apache.org> on 2014/08/05 02:09:12 UTC

[jira] [Comment Edited] (THRIFT-2641) Improvements to Haskell Compiler/Libraries

    [ https://issues.apache.org/jira/browse/THRIFT-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14085531#comment-14085531 ] 

Noam Zilberstein edited comment on THRIFT-2641 at 8/5/14 12:07 AM:
-------------------------------------------------------------------

ByteString builders were a huge factor in improving performance since they have O(1) time append as opposed to regular ByteStrings which require copying and have O( n ) time append.


was (Author: noamz):
ByteString builders were a huge factor in improving performance since they have O(1) time append as opposed to regular ByteStrings which require copying and have O(n) time append.

> Improvements to Haskell Compiler/Libraries
> ------------------------------------------
>
>                 Key: THRIFT-2641
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2641
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Haskell - Compiler, Haskell - Library, Test Suite
>            Reporter: Noam Zilberstein
>            Assignee: Roger Meier
>
> I work at Facebook and have spent the last couple months improving the Haskell compiler and libraries for Thrift.  I have made significant improvements in terms of usability and performance and I would like to share those improvements with the Apache open source community.  Right now I am working on the final touches and will be able to submit a patch in the next few days



--
This message was sent by Atlassian JIRA
(v6.2#6252)