Skip to content

Comment on Show HN: My Python Solver for the On-Time Arrival Problem in Traffic Congestionparent

Comments

    ### Dependencies

    - NumPy is the only hard external dependency.  
    - Numba, if available, is used for compiling Python to native code (≈ 3× speedup).  
    - PyGLET, if available, is used for rendering the results on the screen via OpenGL.
    - SciPy, if available, is used for slightly faster FFTs.  
It's right there in the README

Hmmm..Thanks for this. I looked at the code and must have missed the decorators.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.