Skip to content

Commit

Permalink
update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
hpages committed Jun 6, 2023
1 parent f9a1e5c commit 872c617
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
use an SBT instead of an ExtendableJaggedArray. Performance should not
be impacted. Then we can get rid of the ExtendableJaggedArray thing.

- Improve readSparseCSV() functionality by adding a few read.table-like args
to it. See https://github.com/Bioconductor/SparseArray/issues/5 for the
details.

- Define apply() and asplit() methods for SparseArray objects that fail with
a friendly error message. Otherwise base::apply() or base::asplit() get
called and they call as.array() on the object internally which is BAD!
Expand Down

0 comments on commit 872c617

Please sign in to comment.