Search Images Videos Maps News Shopping Gmail More »
Web History | Settings | Sign in

About 94,500 results

Search Options

      Show search tools
      1. Erlang ring problem | SDLC Blog

        Aug 27, 2007 ... Send a message round the ring M times so that a total of N * M ... And here the
        benchmark results based on Erlang R11B, two different ...
        www.rodenas.org/blog/2007/08/27/erlang-ring-problem/ - Cached - Similar
      2. Privosoft LLC Blog: Erlang Ring Benchmark Part 3

        Jan 3, 2011 ... Erlang Ring Benchmark Part 3. In Ring Benchmark Part 2 I presented a more
        compact solution to the ring benchmark. It's performance is about ...
        blog.privosoft.com/2011/01/erlang-ring-benchmark-part-3.html - Cached - Similar
      3. Privosoft LLC Blog: Erlang Ring Benchmark Part 2

        Jan 3, 2011 ... Erlang Ring Benchmark Part 2. Using list comprehensions - results in more
        compact code. -module(ring3). -include("debug.hrl").
        blog.privosoft.com/2011/01/erlang-ring-benchmark-part-2.html - Similar
      4. Erlang vs. Stackless python: a first benchmark « Muharem Hrnjadovic

        Jul 31, 2007 ... 4 % builds a ring of N processes and send a message around the ring M times. 5
        run_benchmark(N, M) -> 6 io:format(">> Erlang R11B-5 here ...
        muharem.wordpress.com/.../erlang-vs-stackless-python-a-first-benchmark/ - Cached - Similar
      5. Hivemind Blog » Erlang ring benchmark

        Erlang ring benchmark. February 23rd, 2009 Rogier Leave a comment Go to
        comments. Ah, yes. Erlang. The language that lets you do: perms([]) -> [[]]; perms(
        L) ...
        www.hivemind.nl/blog/?p=56 - Cached - Similar
      6. Ring Benchmark Implementation (pt. 1): Erlang » Digital Chop Shop

        Feb 22, 2010 ... I mentioned at least a month ago that I had finished the Erlang implementation of
        a ring benchmark I had started. Well, I finished the objective-c ...
        www.rhussmann.com/.../ring-benchmark-implementation-pt-1-erlang/ - Cached - Similar
      7. A ring benchmark in Erlang | drcabana.org

        Jul 28, 2007 ... I've been reading Joe Armstrong's excellent Programming Erlang. In it he
        proposes an exercise: Write a ring benchmark. Create N processes in ...
        drcabana.org/2007/07/28/a-ring-benchmark-in-erlang/ - Cached - Similar
      8. Erlang vs. Stackless vs. multitask: The Ring Benchmark Showdown

        Sep 18, 2007 ... From Section 8.11 of Joe Armstrong's Programming Erlang: Write a ring
        benchmark. Create N processes in a ring. Send a message round the ...
        pseudogreen.org/blog/erlang_vs_stackless_vs_multitask.html - Cached - Similar
      9. Erlang -- Processes

        An Erlang process is lightweight compared to operating systems threads and ....
        So is also the most common implementation of the "ring benchmark"; usually ...
        www.erlang.org/doc/efficiency_guide/processes.html - Cached - Similar
      10. c++ - Thread-ring benchmark - Stack Overflow

        Today I was doing the thread ring exercise from the Programming Erlang ... Also,
        can you think of some single-node benchmark where Erlang ...
        stackoverflow.com/questions/3532058/thread-ring-benchmark - Cached - Similar