File: TODO

package info (click to toggle)
r-bioc-hdf5array 1.34.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,736 kB
  • sloc: ansic: 5,815; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- h5mread():
    * Support datasets with zero dimensions i.e. with ndim (a.k.a. rank
      in HDF5 terminology) = 0.
      system.file("extdata", "krumsiek11.h5ad", package="zellkonverter")
      contains several of such datasets.
    * Support compound datasets.

- Now that dimnames can be written to disk, make sure that matrix
  multiplication write the dimnames of the result to the HDF5 file.

- Keep investigating interaction between chunk and block geometries and their
  impact on block processing performance.

- Do some benchmarking (with special attention to memory usage).

- Add more unit tests.