Eliminate BTREE data structure, replacing it with RB-TREE
authorChris Hanson <org/chris-hanson/cph>
Mon, 11 Oct 1993 23:31:45 +0000 (23:31 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 11 Oct 1993 23:31:45 +0000 (23:31 +0000)
commit58561259e0e6f36ef07d9158842e42bf29e39326
tree0e5181d3a0d64b24abb55648c1bb5c212ee7cfb1
parent28118690d11627c8bc95bfb358eb00217841529f
Eliminate BTREE data structure, replacing it with RB-TREE
implementation that is built in to the runtime system.  This
replacement improves overall performance by a factor of three.
v7/src/cref/conpkg.scm
v7/src/cref/cref.pkg
v7/src/cref/cref.sf
v7/src/cref/forpkg.scm
v7/src/cref/make.scm
v7/src/cref/object.scm
v7/src/cref/redpkg.scm
v7/src/cref/toplev.scm
v7/src/cref/triv.con
v7/src/cref/triv.ldr