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:56:17 +0000 (18:56 -0400)
commitefa2ebc6cca2c27ebd9c131d93346c406a961fab
treedd0283ac8bb82dd91f8aec383b41bfff63186e2e
parent6eedc7c0e071f91ba721f36f73cff10228815a1a
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