browngraphicslab / Dash

2 stars 1 forks source link

Make scripting execution faster #1072

Closed tschicke-brown closed 6 years ago

samwilkins333 commented 6 years ago
samwilkins333 commented 6 years ago

Begin with for loops and speed, and if you can manage a 50% increase in speed or so, reprioritize 70% 30% in favor of usability and environment

tschicke-brown commented 6 years ago

This is largely fixed by removing exception handling from function calls. There are still some speed ups we can get but I'm closing this for now