Skip to content

Trim object memory for ArrowBuf #1038

Description

@lriggs

Describe the enhancement requested

There are a few optimizations to be made to ArrowBuf and some related classes.

  1. The id field is stored for each instance when it is only used for debugging. It could be replaced by a generated hash, thus reducing object size.
  2. In some places Atomic fields can be replaced by a primitive and a static update which saves several bytes per instance.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions