scalafiddle / scalafiddle-core

Source code for the scalafiddle.io compilation service
https://scalafiddle.io
Apache License 2.0
100 stars 37 forks source link

Improve smart reuse of compiler instances #8

Closed ochrons closed 7 years ago

ochrons commented 7 years ago

Extract dep info in the router and select the best compiler based on past data on compilations with same libraries.

Use different compiler instances (when available) for auto-complete and compilation.

Direct a returning user to the same compiler as before when possible.