Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor the way shows and sequences are saved #141

Open
theeldestelder opened this issue Nov 14, 2019 · 0 comments
Open

Refactor the way shows and sequences are saved #141

theeldestelder opened this issue Nov 14, 2019 · 0 comments
Labels
enhancement New feature or request refactor Restructure without loss of functionality

Comments

@theeldestelder
Copy link
Collaborator

Currently, loading into a full show takes a large amount of time because the files themselves total almost a gigabyte of text files. This is pretty large for what we do.

Figure out a way to reduce this size and implement it.

Also, sequence metadata and actual sequence data is saved in the same file so accessing the metadata means reading the entire large file into memory. Separate these files so if only the metadata is required, only the metadata file is loaded. Alternatively, figure out a way to only load the metadata portion of the file

@theeldestelder theeldestelder added the enhancement New feature or request label Nov 14, 2019
@theeldestelder theeldestelder added the refactor Restructure without loss of functionality label Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor Restructure without loss of functionality
Projects
None yet
Development

No branches or pull requests

1 participant