Skip to content

for very large bits of DNA 'String' is insufficient #13

Description

@mgaldzic

g) DnaSequence wraps the DNA nucleotides as a String. This is fine for short things, but for very large bits of DNA you need the freedom to implement the storage as you see fit. Could this be migrated to the CharSequence interface? This would allow a variety of strategies for storage e.g. offloading to SQL, packed encoding 2 bits for one base, NIO file-mapped buffers and so on.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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