Skip to content

Matrix cell size for types #4

@resetius

Description

@resetius

Currently, every matrix cell is allocated as 64 bits (8 bytes), regardless of the element type

  • Boolean (лог): should use 1 byte per cell
  • Character (сим): should use 4 bytes per cell
  • All other types: 8 bytes per cell (as now)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions