I think Matching Socks has definitely got the right answer -- anything that prevents your code from being AOT-compiled is going to give you a huge speedup.
On Sun, Nov 1, 2015 at 10:11 PM Sunil S Nandihalli < [email protected]> wrote: > Hi Asim, > I needed to run lein uberjar to submit the jar to run a distributed job > on a apache-spark cluster. and my uberjar is currently taking anywhere > from 2 to 4 minutes to finish. I have have had to run uberjar fairly > frequently during my iterations ( 4 to 5 times in an hour) . I am new to > spark. So I need to quickly iterate with changes in the code. > > Thanks for asking. > Regards, > Sunil. > > On Mon, Nov 2, 2015 at 6:09 AM, Asim Jalis <[email protected]> wrote: > >> Hi Sunil, >> >> I am wondering why you want to speed up lein uberjar. >> >> How frequently do you need to run this? >> >> What is your use case and workflow around this? >> >> Thanks. >> >> Asim >> >> On Mon, Oct 26, 2015 at 2:04 AM, Sunil S Nandihalli < >> [email protected]> wrote: >> >>> Hi Everybody, >>> My lein uberjar takes about 2 minutes to run. It also recompiles all >>> the clj files everytime. Is there a way to speedup lein-uberjar .. Or may >>> be make it incremental? >>> Thanks, >>> Sunil. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To post to this group, send email to [email protected] >>> Note that posts from new members are moderated - please be patient with >>> your first post. >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/clojure?hl=en >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to [email protected] >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
