fresco icon indicating copy to clipboard operation
fresco copied to clipboard

Optimise the TinyTable implementation

Open jot2re opened this issue 6 years ago • 0 comments

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.

jot2re avatar Oct 26 '18 13:10 jot2re