You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/12/31 03:52:00 UTC

[jira] [Updated] (ARROW-11081) [Java] Make IPC option immutable

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

ASF GitHub Bot updated ARROW-11081:
-----------------------------------
    Labels: pull-request-available  (was: )

> [Java] Make IPC option immutable
> --------------------------------
>
>                 Key: ARROW-11081
>                 URL: https://issues.apache.org/jira/browse/ARROW-11081
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Liya Fan
>            Assignee: Liya Fan
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> By making it immutable, the following benefits can be obtained:
> 1. It makes the code easier to reason about.
> 2. It allows JIT to make more optimizations.
> 3. Immutable objects can be shared, so many object allocations can be avoided.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)