Skip to content

Allow larger vecvec indices than .Machine$integer.max #26

@mitchelloharawild

Description

@mitchelloharawild

When the vecvec has more than .Machine$integer.max (2,147,483,647) indices, the positional index automatically swap from integer to double. The S7 vecvec class strictly requires integers, so currently a vecvec can contain a maximum of ~2B unique values.

Allowing the vecvec class index to be numeric will allow for practically unlimited index positions.

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