Skip to content

Is it possible to memmap RaggedArrays (or otherwise achieve random access without loading the entire array in memory)? #79

@yangkky

Description

@yangkky

Often, we want random access to a collection of (possibly tokenized) sequences that may be too large to hold in memory. numpy can do this via a memmapped array. Is there an equivalent for the sequence arrays used in bionumpy?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions