Optimise the TinyTable implementation
Abierto
Status: Pending
Type: Enhancement
- Lenguaje dominante
- Java
- Estrellas
- 143
- Forks
- 61
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.