graphium
graphium copied to clipboard
Added and integrated C++ graphium_cpp library, a Python module implem…
Implented in C++ for featurization and preprocessing optimizations, along with a few other optimizations, significantly reducing memory usage, disk usage, and processing time for large datasets.
Changelogs
- enumerate the changes of that PR.
Checklist:
- [ ] Was this PR discussed in an issue? It is recommended to first discuss a new feature into a GitHub issue before opening a PR.
- [ ] Add tests to cover the fixed bug(s) or the new introduced feature(s) (if appropriate).
- [ ] Update the API documentation is a new function is added, or an existing one is deleted.
- [ ] Write concise and explanatory changelogs above.
- [ ] If possible, assign one of the following labels to the PR:
feature
,fix
ortest
(or ask a maintainer to do it for you).
discussion related to that PR