Skip to content

Use efficient types e.g. from StaticArrays.jl #148

@THinnerichs

Description

@THinnerichs
  • E.g. StaticArrays (i.e. statically sized vectors) exist and are super efficient. Note that here "statically sized" means that the size can be determined from the type, and "static" does not necessarily imply
  • This also relates to BitVector((1,0,1,0)) (which we use quite often). Using MVector (eltype must be isbitstype) or SizedVector instead is orders of magnitude faster.

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