Cargo Features

tc-collection has no features set by default.

[dependencies]
tc-collection = { version = "0.5.0", features = ["btree", "table", "tensor", "opencl"] }
btree table?

Enables all of b-tree, stream of collate, sync of tokio

Affects tc-collection::btree, tc-collection::CollectionBlock

table tensor? = btree, smallvec

Enables all of b-table

Affects tc-collection::table

tensor = itertools, rayon, table

Enables freqfs and stream of ha-ndarray, ha-ndarray of tc-error

Affects tc-collection::tensor, tc-collection::CollectionBlock

opencl

Enables opencl of ha-ndarray

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

b-table table?
b-tree btree?
collate btree?
ha-ndarray opencl? tensor?
itertools tensor?
smallvec table?
rayon tensor?
tokio btree?