• myhloli's avatar
    feat(performance): add performance monitoring and optimization · e516cf53
    myhloli authored
    - Add performance_stats module to measure and print execution time statistics
    - Implement measure_time decorator to track execution time of key functions
    - Remove multi-threading in pdf parsing for better resource management
    - Optimize pdf parsing logic for improved performance
    e516cf53
performance_stats.py 1.66 KB