--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@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+u...@googlegroups.com
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 clojure+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
OK, have a few updates to report:
- Oracle vs OpenJDK did not make a difference
- Whenever I run N>1 threads calling any of these functions with swap/vswap, there is some overhead compared to running 18 separate single-run processes in parallel. This overhead seems to increase as N increases.
- For both swap and vswap, the function timings from running 18 futures (from one JVM) show about 1.5X the time from running 18 separate JVM processes.
- For the swap version (f2), very often a few of the calls would go rogue and take around 3X the time of the others.
- this did not happen for the vswap version of f2.
- Running 9 processes with 2 f2-calling threads each was maybe 4% slower than 18 processes of 1.
- Running 4 processes with 4 f2-calling threads each was mostly the same speed as the 18x1, but there were a couple of those rogue threads that took 2-3X the time of the others.
Any ideas?
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@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+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "Clojure" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/clojure/W-sddnit69Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to clojure+u...@googlegroups.com.