hashtables: reduce default size of associate.

John Benediktsson 2012-08-02 21:43:37 -07:00
parent a473d01762
commit 722ef4d693
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ M: hashtable set-at ( value key hash -- )
dup ?grow-hash dupd new-key@ set-nth-pair ;
: associate ( value key -- hash )
2 <hashtable> [ set-at ] keep ; inline
1 <hashtable> [ set-at ] keep ; inline
<PRIVATE