Releases: xumiao/sparsevector
Releases · xumiao/sparsevector
Flexible Vector
Basic functions of a flexible vector:
- Smoothly blending between dense vector and sparse vector
- Deleting, insertion and query in Log(n_s), where s is the sparsity ratio (0.0 - 1.0)
- Vector addition and dot product O(n_s)