Skip to content

Commit

Permalink
Merge branch 'bkmartinjr/fastercsx' into bkmartinjr/partition_to_anndata
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmartinjr committed Nov 15, 2024
2 parents f6f9f12 + de34a42 commit 687ef4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libtiledbsoma/src/utils/fastercsx.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ size_t sum_over_size_(const std::vector<tcb::span<const T>>& v) noexcept {
* greedy n-way linear partition, which works well enough for the common case
* where most inputs are of similar sizes (which is typically the case).
*
* TODO: If we sort (descending) first, it will be classic LPT (Largest Processing
* Time) partitioning which would be better in edge cases where there are a lot
* of variable sized input vectors.
* TODO: If we sort (descending) first, it will be classic LPT (Largest
* Processing Time) partitioning which would be better in edge cases where there
* are a lot of variable sized input vectors.
*/
template <typename COO_IDX>
struct Partition {
Expand Down

0 comments on commit 687ef4f

Please sign in to comment.