-
Notifications
You must be signed in to change notification settings - Fork 17
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
Memory mapping with files in the old format (Klusters) #32
Comments
How would we deal with saving? Would we have to continue supporting this code? |
Hmm. I can see three options:
I'm leaning toward 3. I think 1 is too much work and not worth it, and 2 is not a good idea (you would want the cluster groups too, at least). @kdharris101 what do you think? (the question was: whether to support the old file format in KlustaViewa without mandatory conversion, conversion which is a huge drawback according to many users who contacted me). |
Hi Cyrille, I’m sorry I didn’t understand the context (or missed a previous email). Can you explain in more detail? k From: Cyrille Rossant [mailto:[email protected]] Hmm. I can see three options:
I'm leaning toward 3. I think 1 is too much work and not worth it, and 2 is not a good idea (you would want the cluster groups too, at least). @kdharris101https://github.com/kdharris101 what do you think? (the question was: whether to support the old file format in KlustaViewa without mandatory conversion, conversion which is a huge drawback according to many users who contacted me). — |
@kdharris101 I'd like to add the possibility to open files in the old file format without any conversion. I recently discovered a very simple technique in Python that allows to do that efficiently, both in terms of loading times and memory consumption. Many people are complaining about the need to convert their terabytes of data before being able to open them in KlustaViewa. I think people will have files in the old format for still quite a few years... A possibility would be to only support a read-only mode for the old files. |
There would be no more mandatory conversion before opening the files.
The text was updated successfully, but these errors were encountered: