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

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

    Status: Patch Available  (was: Open)

> 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
>
>         Attachments: jute-patch.txt
>
>
> 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.

Reply via email to