Optimise the TinyTable implementation #310
Labels
Status: Pending
Issues not currently being solved.
Type: Enhancement
New functionality related issues.
Milestone
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.
The text was updated successfully, but these errors were encountered: