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

FEAT: Increasing the overall performance of Atarashi #86

Open
SinghShreya05 opened this issue Apr 18, 2021 · 1 comment
Open

FEAT: Increasing the overall performance of Atarashi #86

SinghShreya05 opened this issue Apr 18, 2021 · 1 comment
Assignees

Comments

@SinghShreya05
Copy link
Contributor

We can improve the performance of atarahi, nirjas, and others by using Numba and RAPIDS by Nvidia. Regular NumPy, pandas, and other libraries are slow. Maximum amount of time is wasted in serialization, deserialization, pre-processing, transfer of memory between CPU and others. We can make it fast using Numba's parallel processing, JIT, and in built features which can even work on CPU. Also, most of the programs can be made even faster using RAPIDS' cuML, cuDF, dask, etc by executing everything through a GPU like pre-processing, vectorization, database query, serialization, deserialization, parallel processing, etc. The entire codebase can be translated without much hassle resulting in computational efficiency, higher accuracy, and lower memory usage.
This can ensure Atarashi's integration with FOSSology.
I have somewhat started with the work. Can I proceed with the same??
@hastagAB @GMishx

@hastagAB
Copy link
Member

Hi @SinghShreya05,
The suggestions look quite interesting and convincing to me. Please feel free to continue your work on this. That would be a great improvement. Do let us know in case you need any help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants