help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [bug] inefficient copying of dictionaries


From: Paolo Bonzini
Subject: [Help-smalltalk] [bug] inefficient copying of dictionaries
Date: Tue, 11 Dec 2007 07:05:59 -0700

Issue status update for http://smalltalk.gnu.org/node/138 Post a follow up: http://smalltalk.gnu.org/project/comments/add/138

Project:      GNU Smalltalk
Version:      <none>
Component:    Base classes
Category:     bug reports
Priority:     minor
Assigned to:  Unassigned
Reported by:  bonzinip
Updated by:   bonzinip
Status:       active

While copying it is useless to compare added keys to existing ones,
because keys are guaranteed to be unique.  GNU Smalltalk should simply
look for an empty slot in #addWhileGrowing: and #whileGrowingAt:put:.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]