Kinds of containers

Russel Winder via Digitalmars-d digitalmars-d at puremagic.com
Thu Oct 22 06:16:08 PDT 2015


On Wed, 2015-10-21 at 14:49 -0400, Andrei Alexandrescu via Digitalmars-
d wrote:
> 
[…]
> That's actually the experience in the Scala community. Over and again
> people start with immutable containers all over the place because 
> they're cool, and end up with mutable containers because they work. -
> 

For some applications, I am sure this true. For the majority no. I have
no doubt that for some people fashion and trendy are decision making
criteria when clearly they should be thinking about efficacy and
efficiency. However it is important to remember that
persistent/functional data structures are generally both efficacious
and efficient in a fine-grain parallel context. Sadly a lot of this is
advocacy research because there is no systematic, statistically
significant research that is credible. Scala might have been a nice
context to try some experimentation but they still do not have really
good data structure implementations. Hence the recent notification of
another rewrite.

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder at ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel at winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20151022/995a2b4b/attachment.sig>


More information about the Digitalmars-d mailing list