jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

REQUIRED stops working after 16 includes #504

Closed jkotlinski closed 1 year ago

jkotlinski commented 1 year ago

It would make more sense if REQUIRED used a linked list, so that an unlimited number of includes is possible.

Whammo commented 1 year ago

Very cool. 👍

jkotlinski commented 1 year ago

Thank you, I got the linked list idea from forth-standard.org.

Using a 16-bit string hash is a bit of a gamble. With an ideal 16-bit string hash function, there is a 1% risk of hash collision with 40 strings.