hameerabbasi / xsparse

XSparse is an experimental XTensor-like C++ sparse-array library.
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Add Append Capability to Compressed Level + Test #9

Closed bharath2438 closed 2 years ago

bharath2438 commented 2 years ago

@hameerabbasi I've implemented the 4 append functions applicable to compressed level. I wasn't exactly sure of the format of the test case so I've just included all the functions for a base-case, I can add more test cases with other other levels once the format is finalized.

bharath2438 commented 2 years ago

@hameerabbasi I've added the test-cases for the four levels which have insert/append.

hameerabbasi commented 2 years ago

It seems like you mixed up the two branches/PRs. Please separate them if possible by cherry picking commits in git.

hameerabbasi commented 2 years ago

We could improve tests, but this can go in as-is. Merging, thanks, @bharath2438!