Optimise the TinyTable implementation
Aperta
Status: Pending
Type: Enhancement
- Lingua principale
- Java
- Stelle
- 143
- Fork
- 61
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.