talegari / bigdist

Store Distance Matrices on Disk:
https://talegari.github.io/bigdist/
4 stars 2 forks source link

[pondering] Consider `lvec` as a backend instead of `fbm` #7

Open talegari opened 1 year ago

talegari commented 1 year ago

Advantages:

  1. Store only symmetric part. Hence size on disk will be small.

Disadvantages:

  1. Retrieval might not be as fast as fbm, needs benchmarking.
talegari commented 1 month ago

Move to https://github.com/dipterix/filearray/ as a new backend.