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]

SRFI-69 (basic hash tables) ported to Kawa


A Kawa port of SRFI-69 "Basic hash tables" (http://srfi.schemers.org/srfi-69/srfi-69.html)
is now available in CVS, if you (require 'hash-table) or
(require 'srfi-69).


This is an optimized and Java-compatible port whose default
hash function calls the standard hashCode method.  (This does
cause some wasted boxing/unboxing of hash values.  This can be
fixed fairly easily, at least for the default and identity case.
Otherwise, the implementation should be quite efficient.)
--
	--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]