This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Hash tables


Daniel Terhorst wrote:
I'm asking why, after calling hash-table-delete! on "53gqi", it
doesn't get deleted. I still get '() from hash-table-ref. I can delete
"6vxk4" fine.

The issue is that both mapped to the same hash-bucket, and there was a logic error for dealing with this case. -- --Per Bothner per@bothner.com http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]