Open rajarshi opened 4 years ago
I had asked @daenuprobst this question a while back (not on github, since I can't seem to find it on here) and the answer was to write them to a txt file. However, I've found writing/reading the fingerprints from text files can be quite slow. Would json be a better option? I have not tried this.
One possibility is to look at supporting the chemfp binary format, which allows for impressively high speed I/O
Hi, I'm trying to compute MHFP's in parallel and index them in a parallel fashion. The code looks like
However on running this I get
Are there plans to make
VectorUint
pickleable? Or is there an alternative approach to parallelizing this type of computation?