fstpackage / fsttable

An interface to fast on-disk data tables stored with the fst format
GNU Affero General Public License v3.0
27 stars 4 forks source link

A slice_map should be able to contain a range #29

Open MarcusKlik opened 6 years ago

MarcusKlik commented 6 years ago

In addition to the standard integer(or long long) vector of indices. A range can be stored using very little data while a vector of indices is very expensive.