Support ability to read just the indices and ignore the values, i.e. pretend the file is a pattern file even if it isn't.
Example use case: unweighted graph algorithms.
Corner cases to think about:
- should the value be initialized to a fixed value or left untouched? Allow both?
- what should happen with
array files? Both read into an array and read into sparse struct
Support ability to read just the indices and ignore the values, i.e. pretend the file is a
patternfile even if it isn't.Example use case: unweighted graph algorithms.
Corner cases to think about:
arrayfiles? Both read into an array and read into sparse struct