Skip to content

cheb2leg is slow #97

Open
Open
@dlfivefifty

Description

@dlfivefifty

This seems very slow:

julia> @time cheb2leg(randn(1_000));
  0.014712 seconds (9 allocations: 16.438 KiB)

julia> @time cheb2leg(randn(10_000));
  0.491001 seconds (11 allocations: 156.969 KiB)

julia> @time cheb2leg(randn(100_000));
  8.688441 seconds (11 allocations: 1.527 MiB)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions