-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate Java solution to Clojure #56
Conversation
@serioga thank you very much for your contribution! |
Hm, still slower then I expected. |
Probably you measure app starting time, which is slower for Clojure comparing to Java |
OK, but for Clojure those figures are misleading :-) |
In my tests this code was executed in about 400 ms. |
It depends on what you use Clojure for. For a long-running application, I agree. For a CLI application which is invoked from time to time, it's closer to what can be expected, imho. |
I think that is why I would like to capture both data with startup and IO and just plain pi calculation in the future. |
I would test nbb for CLI application. |
No description provided.