right, concurrent, omitting the web worker stuff which relies on messaging,

I see improvements to code clarity and maintainability with core.async but
I'm trying to find if CLJS' immutable data structures give it a performance
advantage where normally expensive copying/cloning would be required for
isolating the working memory of two or more processes


On Mon, Feb 9, 2015 at 12:03 PM, Gary Trakhman <gary.trakh...@gmail.com>
wrote:

> Core.async on clojurescript gives a huge advantage for concurrent data
> processing, maybe not parallel.
>
> On Mon Feb 09 2015 at 3:01:16 PM Marc Fawzi <marc.fa...@gmail.com> wrote:
>
>>
>> Potentially naive question, but I thought I should get it out of the way
>> :)
>>
>> Since in Javascript, there are no threads with shared memory, is there
>> any performance advantage to using CLJS (vs JS, or Immutable.js vs mutable
>> data structures) when it comes to parallel data processing? If so, are
>> there any example specific to CLJS?
>>
>> Curious.
>>
>>
>>
>>  --
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "ClojureScript" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to clojurescript+unsubscr...@googlegroups.com.
>> To post to this group, send email to clojurescript@googlegroups.com.
>> Visit this group at http://groups.google.com/group/clojurescript.
>>
>  --
> Note that posts from new members are moderated - please be patient with
> your first post.
> ---
> You received this message because you are subscribed to the Google Groups
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescript@googlegroups.com.
> Visit this group at http://groups.google.com/group/clojurescript.
>

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to