aardappel / lobster

The Lobster Programming Language
http://strlen.com/lobster
2.25k stars 119 forks source link

Improve hashing of vector #179

Closed bartwe closed 2 years ago

bartwe commented 2 years ago

by avoiding having the same hashcode for sequences with repeats that cancelled by making order significant.

aardappel commented 2 years ago

Thanks! FYI: most of the codebase still uses C-style casts.