onuruci / stylus-playground

An Online Playground for Arbitrum Stylus. ETH Istanbul Arbitrum Stylus 1st Place
https://stylus-playground.vercel.app
3 stars 0 forks source link

Use precompiles #5

Open onuruci opened 9 months ago

onuruci commented 9 months ago

When compiling the user written code on the server it takes too much time because before coming to the code itself it compiles a lot of packages. Have precompiled projects, just place the code user has sent and compile again. This will shorten compilation times.

yufusuf commented 9 months ago

Used sccache "https://github.com/mozilla/sccache" for caching some cacheable binaries. Sped up new project compilation around 50%