maybe we should even start considering again replacing dict + set with 
something more 
standard that internally relies on buckets instead of associations.

I've shown in my master thesis that the bucket implementation performs slightly 
better
or the at least the same in various use-cases.

On 2012-05-14, at 15:54, Damien Cassou wrote:

> On Mon, May 14, 2012 at 3:42 PM, Esteban Lorenzano <esteba...@gmail.com> 
> wrote:
>> Dictionary withAll: {#one->1 with: #two->2}
> 
> your #with: is suspicious :-)
> 
> -- 
> Damien Cassou
> http://damiencassou.seasidehosting.st
> 
> "Lambdas are relegated to relative obscurity until Java makes them
> popular by not having them." James Iry
> 


Reply via email to