Optimize the compute speed for SDFConverter
#134
Labels
enhancement
New feature or request
feature
Annotates any PR that adds new features; Used in the release process
Is your feature request related to a problem? Please describe.
The logic of
SDFConverter
is to load sdf entirely bydatamol.read_sdf
first, and then convert to zarr file.It is very slow when dealing with larger SDF files.
Describe the solution you'd like
Parallelize the conversion while ensuring the pointers are correctly assigned.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: