Skip to content

Compare performance strategies for Dask interp_points #844

@rhugonnet

Description

@rhugonnet

See here:

# TODO 2: Check if computing block_i_id matricially + using an == comparison (possibly delayed) to get index

Moved TODO text:

Check if computing block_i_id matricially + using an == comparison (possibly delayed) to get index
 per block is not more computationally efficient?
  (as it uses array instead of nested lists, and nested lists grow in RAM very fast)

Also, using argsort() is usually pretty bad on performance, so could be good to test another option:

argsort = np.argsort(indices)

Metadata

Metadata

Assignees

No one assigned

    Labels

    performanceRelated to computational performance

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions