Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Implement DataBlock backed by byte[] #4

@alexrobin

Description

@alexrobin

A byte array backed DataBlock has the following advantages:

  1. Can be serialized as-is in storage.
  2. Lower memory footprint with less objects and object references
  3. Fields can be quickly accessed once an indexer is created from the SWE component structure
  4. Can always be converted to another type of DataBlock

Note that it could be implemented for both binary and CSV encoded byte[].

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions