[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-04-19 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13021545#comment-13021545 ] Will Pierce commented on THRIFT-1115: - David, at first I didn't understand what you m

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-04-19 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13021531#comment-13021531 ] Will Pierce commented on THRIFT-1115: - Hmm, bad news. The TBase class needs to be a

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-04-19 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13021526#comment-13021526 ] Will Pierce commented on THRIFT-1115: - Took me some time to get back to this, but I a

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-04-05 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016211#comment-13016211 ] Will Pierce commented on THRIFT-1115: - Hi David, thanks for reviewing this! I'm glad

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-04-05 Thread David Reiss (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016091#comment-13016091 ] David Reiss commented on THRIFT-1115: - I think this is a solid design and definitely

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-31 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014320#comment-13014320 ] Will Pierce commented on THRIFT-1115: - Thanks Bryan! I'm thinking of adding TJSONPro

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-31 Thread Bryan Duxbury (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014064#comment-13014064 ] Bryan Duxbury commented on THRIFT-1115: --- As a non-python user, I'm pro the changes.

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-31 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013935#comment-13013935 ] Will Pierce commented on THRIFT-1115: - I would love to hear some feedback on this pat

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-29 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012466#comment-13012466 ] Will Pierce commented on THRIFT-1115: - Benchmark results from testing 3 million of co

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-27 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011898#comment-13011898 ] Will Pierce commented on THRIFT-1115: - FYI, the object instantiation time is not as s

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-27 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011880#comment-13011880 ] Will Pierce commented on THRIFT-1115: - So far, the general savings seems to be about

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-27 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011878#comment-13011878 ] Will Pierce commented on THRIFT-1115: - Results of testing default generated code vers

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-25 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011532#comment-13011532 ] Will Pierce commented on THRIFT-1115: - I forgot to mention, don't forget to re-run: {