[erlang-questions] 20k messages in 4s but want to go faster!

andrew mmc andrewmmc@REDACTED
Fri Jul 10 21:40:07 CEST 2009


Yes, just in half each time.  If the input list is of length 1, send the
message, otherwise spawn two processes for each half of the list.


On Fri, Jul 10, 2009 at 9:36 PM, Joel Reymont <joelr1@REDACTED> wrote:

>
> On Jul 10, 2009, at 8:33 PM, andrew mmc wrote:
>
>  This should start off all the processes in one go once the list has been
>> split up
>> to lists of length 1 - which should be fast.
>>
>
> I apologize but I don't quite see it. I have a dict, I can convert it to a
> list but how do you propose to split the list, simply in half?
>
>
>        Thanks, Joel
>
> ---
> Mac hacker with a performance bent
> http://www.linkedin.com/in/joelreymont
>
>


More information about the erlang-questions mailing list