Complete rewrite of hash-table implementation to improve efficiency,
authorChris Hanson <org/chris-hanson/cph>
Thu, 7 Oct 1993 04:30:40 +0000 (04:30 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 7 Oct 1993 04:30:40 +0000 (04:30 +0000)
commitd14dc885e30fed222e0f9cd9c080b3bc313eb955
treed1322fd14b549806d883226ebf3584b3d143d1df
parent878d3609b28ab784abc21e8991cc7949c1ea0041
Complete rewrite of hash-table implementation to improve efficiency,
to implement shrinking of hash tables, and to fix amortization of
table growth.
v7/src/runtime/hashtb.scm
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg