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

Optimize the compute speed for SDFConverter #134

Open
zhu0619 opened this issue Jul 17, 2024 · 0 comments
Open

Optimize the compute speed for SDFConverter #134

zhu0619 opened this issue Jul 17, 2024 · 0 comments
Labels
enhancement New feature or request feature Annotates any PR that adds new features; Used in the release process

Comments

@zhu0619
Copy link
Contributor

zhu0619 commented Jul 17, 2024

Is your feature request related to a problem? Please describe.

The logic of SDFConverteris to load sdf entirely by datamol.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

  • Parse and split the SDF file and paraellize the SDF loading process in batches.
@zhu0619 zhu0619 added enhancement New feature or request feature Annotates any PR that adds new features; Used in the release process labels Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature Annotates any PR that adds new features; Used in the release process
Projects
None yet
Development

No branches or pull requests

1 participant