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

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

Liya Fan created ARROW-11081:
--------------------------------

             Summary: [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


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)