zalsaeed / cgav

Certificate Generation and Verification
GNU General Public License v3.0
4 stars 2 forks source link

Refactor Code to Move Data Retrieval from Database to main.py #50

Closed wesamhamad closed 4 months ago

wesamhamad commented 5 months ago

Issue Description:

The current implementation of data generation in the generate_functions.py module may not be optimized for speed, potentially leading to performance latency, especially when dealing with large datasets. To address this concern and improve the speed of data generation, it is proposed to refactor by move data retrieval operations to the main.py module to optimize speed and minimize unnecessary computations.