Skip to content

Optimise the TinyTable implementation #310

@jot2re

Description

@jot2re

Currently the TinyTable implementation work over boolean objects. Because we use Java this is a huge overhead since every bit gets represented as an object. This is in particular true during communication. We need to look into possible optimisations by batching boolean values together as much as possible both in the code and during communication.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: PendingIssues not currently being solved.Type: EnhancementNew functionality related issues.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions