vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
676 stars 36 forks source link

Parallel file load #18

Closed swannodette closed 3 years ago

swannodette commented 4 years ago

Instead of reusing the eval socket for file loads, the Krell REPL could publish a socket for file loading. Then the client could load files in parallel.

swannodette commented 4 years ago

One a pretty large RN project the time load is not so bad on iOS, still need to assess Android.

swannodette commented 3 years ago

Not really relevant anymore. Can't really parallel load files anyway because load order matters.