Change symbol<? to delegate to bytevector<?.
authorChris Hanson <org/chris-hanson/cph>
Sat, 20 Jul 2019 08:33:57 +0000 (04:33 -0400)
committerChris Hanson <org/chris-hanson/cph>
Sat, 20 Jul 2019 22:51:53 +0000 (18:51 -0400)
commit2d734f452792f9609eaaa7cb289118bf2577a843
tree864718ec8300a134f47d6cb1d83d5ee5b9d6c46c
parent09372511edffc87ff37c37a2224a3f403f0066e9
Change symbol<? to delegate to bytevector<?.

This is much faster than string comparison, which matters since symbols should
be fast.  The downside is that symbols and strings will sort somewhat
differently, but that shouldn't matter since someone can always sort them using
symbol->string.
src/runtime/symbol.scm