Re: 100x startup for Clojure using GraalVM

2019-11-29 Thread david hoyt
This kind of think is really only interesting for shell piping in bash. It won’t help numerical, tensor, neural, simulation, nor business codes. Good FORTRAN environments can do hard numerical faster. To a lesser amount, so can C. In supercomputing, that advantage is reduced. I/O bandwidth

Benefits to partial functions.

2019-10-20 Thread david hoyt
Is there a performance benefit (or detriment) to creating partial functions? Other than the potential reduction of complexity, is there a difference between using partial & comp and defining new functions? -- You received this message because you are subscribed to the Google Groups "Clojure"