On Sat, Mar 21, 2009 at 4:49 PM, David Pollak <[email protected]> wrote: > On Sat, Mar 21, 2009 at 7:24 AM, Alexander Kellett <[email protected]> >> unfortunately, as scala:cc is polling rather than using a filesystem >> notifier, the latency between file modification and .class update is >> huge. > > This is almost all compilation time. On my Linux box, I put the terminate > next to my IDE and I can see the compilation process start as soon as I hit > save. > Compiling Scala code just plain takes a lot of time. Especially if you've > got a lot of functions in a file (e.g., a parser combinator) where compile > times for a single file may be > 30 secs and result in thousands of class > files.
ah, my test case wasn't really a good one. for the helloworld snippet example i'm seeing a (visible) ~1 second pause, then a compile taking roughly 750ms. whats the feasibility of making lift block? Alex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
