You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Milind Bhandarkar (JIRA)" <ji...@apache.org> on 2007/03/09 01:21:24 UTC

[jira] Updated: (HADOOP-1094) Optimize readFields and write methods in record I/O

     [ https://issues.apache.org/jira/browse/HADOOP-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milind Bhandarkar updated HADOOP-1094:
--------------------------------------

    Summary: Optimize readFields and write methods in record I/O  (was: OOptimize readFields and write methods in record I/O)

> Optimize readFields and write methods in record I/O
> ---------------------------------------------------
>
>                 Key: HADOOP-1094
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1094
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: record
>    Affects Versions: 0.12.0
>         Environment: All
>            Reporter: Milind Bhandarkar
>         Assigned To: Milind Bhandarkar
>             Fix For: 0.13.0
>
>
> Optimize generated write() and readFields() methods, so that they do not have to create BinaryOutputArchive or BinaryInputArchive every time these methods are called on a record.  These will be done via static ThreadLocal variable in Binary Archives.

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