Optimise the TinyTable implementation
Đang mở
Status: Pending
Type: Enhancement
- Ngôn ngữ chính
- Java
- Star
- 143
- Fork
- 61
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.