Skip to content

Improve make_offset_sequence implementation to have fewer template instantiations #2

@matgrioni

Description

@matgrioni

After doing lookup about the implementation of things like make_index_sequence it seems like ideally the compiler should implement it via some intrinsic. Manual implementation runs the risk of creating a huge amount of instantiations which makes compilation take longer. There are logarithmic implementations which can cut down on this.

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