Sparse 0.0.1
Sparse Array for C
Loading...
Searching...
No Matches
Sparse Array

It is a generic array for storing data with gaps. Optimizes required space by not storing zeroes. Can help for implementing efficient storage of huge sparse matrices.

Element access complexity: O(Log N).

Extends over a dynarr

Supported platforms

Platforms CI/CD COVERAGE
Linux status codecov
Windows status codecov

See Full Documentation

Memory layout

sparse-scheme