Skip to content

Remove dynamic dispatching from field computation code. #52

@toma-vlad

Description

@toma-vlad

The code pattern

f(args..., symbol) = f(args..., Val(symbol))

should be removed from the code (1, 2 and 3) as it greatly affects performance. Or at least we should change definitions as follows

f(args...) = f(args..., Val(:real))

to maintain performance where it counts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions