Re: Google Benchmark: needs a Clojure implementation...

2011-06-08 Thread edlich
On 8 Jun., 07:58, Mark Engelberg mark.engelb...@gmail.com wrote:
 Is there a free source for the original article containing the
 detailed description of the algorithm?

Well I think the original article by Paul Havlac is availble if you
have ACM access
here: http://portal.acm.org/citation.cfm?id=262005

The algorithm in the benchmark paper above is not so easy to
understand.
But if you browse the sourcecode of the implementations (i.e. in your
favourite
language), you will fast get a vision of how to implement this in
Clojure.
(Klick Source Browse in the multi language bench).

Best
Stefan Edlich

P.S. I'll try to find a student for this...

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Google Benchmark: needs a Clojure implementation...

2011-06-07 Thread edlich
Google just published this benchmark comparing C++, Go, Java and Scala
using various dimensions.

https://days2011.scala-lang.org/sites/days2011/files/ws3-1-Hundt.pdf

Unfortunately they did not take a look at Clojure.

Is there anyone having time to port the benchmark algorithm to
Clojure?!

http://code.google.com/p/multi-language-bench/

Would be great to see the results they have in
* execution time
* Code Size
* Binary / Jar Size
* Memory Footprint
(although I think only the two first really matter).

Best
Stefan Edlich

P.S.: I would donate a few bucks for the results ;-)

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: Google Benchmark: needs a Clojure implementation...

2011-06-07 Thread Mark Engelberg
Is there a free source for the original article containing the
detailed description of the algorithm?

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en