Extend hash table entry types to support ephemeral hash tables.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 29 Aug 2010 17:28:53 +0000 (17:28 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 29 Aug 2010 17:28:53 +0000 (17:28 +0000)
commita5e7841fdf715eeadde26e2e21261ec0e5c34ea8
tree63b719bd1b9e151af4d1cbf61bea2072a55df4f6
parent1ab44e048af328d95a7588ab16ad06aed52f47f1
Extend hash table entry types to support ephemeral hash tables.

Add some tests for correctness against red/black trees.

Still missing are tests for weak and ephemeral entries types.
src/runtime/hashtb.scm
src/runtime/runtime.pkg
tests/runtime/test-hash-table.scm