-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(performance): speedup for
zarr
-based sparse indexing (#1790)
* (feat): speedup for `zarr`-based sparse indexing * (chore): release note * (fix): no `zarr` `mod` * (fix): constraints for `gpu` * (fix): not one line * (chore): `indptr_list` -> `indptr_indices` * (refactor): use second data structure for limits * (fix): remove copy wierdness * (fix): other erroneous diff * fmt * (chore): clean up offsets creation --------- Co-authored-by: Philipp A. <[email protected]>
- Loading branch information
1 parent
410fe00
commit df213f6
Showing
2 changed files
with
28 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Batch slice-based indexing in {class}`anndata.abc.CSRDataset` and {class}`anndata.abc.CSCDataset` for performance boost in `zarr` {user}`ilan-gold` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters