jhanley634 / dojo-blackboard

An HTMX webserver for the Dojo's Tuesday night python meetups.
MIT License
3 stars 1 forks source link

faster plot #16

Closed jhanley634 closed 2 months ago

jhanley634 commented 2 months ago

The /transit/vehicles endpoint makes 900 plot() calls. We should accumulate a vector of hundreds of points, then make a single call.