Python Flask App Freezes with Large Data: Seeking Optimization Advice
I’m developing a Python Flask application to find combinations of numbers from two datasets that sum up to a target value. The app works fine with smaller datasets but freezes when processing larger datasets. Here GitHub repository of my code: Gighub