Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-1807: [Java] consolidate bufs to reduce heap #3121

Merged
merged 1 commit into from Dec 15, 2018

Commits on Dec 7, 2018

  1. ARROW-1807: [Java] consolidate bufs to reduce heap

    - for fixed-len vectors, alloc a combined arrow buf for
      value and validity.
    - Remove the read-write locks in AllocationMgr, they
      contribute about 150 bytes to the heap, and aren't very useful
      since there isn't much contention.
    Pindikura Ravindra committed Dec 7, 2018
    Copy the full SHA
    40ead47 View commit details
    Browse the repository at this point in the history