glue-viz/glue-openspace

Use a more efficient mechanism for passing data and subsets to OpenSpace

オープン

#5 opened on 2019/06/26

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (4 件のフォーク)github user discovery
OpenSpace work requiredPerformancehelp wanted

Repository metrics

Stars
 (2 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

This requires changes in OpenSpace, but tables with ~10^5-6 rows or more, it's going to be critical to have the ability to pass the data to OpenSpace in binary form, either using a binary file format, or by somehow sharing memory. The former is probably easier, and will be required anyway if OpenSpace is running on a separate machine from glue.

For subsets, the ideal solution would be to be able to tell OpenSpace that a data layer is a subset of another layer, and provide a bit/boolean mask array indicating which elements to pick.

コントリビューターガイド