1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-01 08:20:40 +00:00
janet/include/gst
Calvin Rose 0e29b52d96 Add robinhood hashing to structs.
This corrects changes in internal structure when values
were inserted in different orders (which was previously
incorrect.) Robinhood hashing should correct this by
making the internal structure of the hashtable invariant
of insertion order. This, in turn, allows naive and deterministic equality, comparison, and hashing of structs.
2017-05-09 13:20:28 -04:00
..
compile.h Make reflective compilation less stateful 2017-05-07 18:37:19 -04:00
disasm.h Add license header to all source files. 2017-04-17 22:40:39 -04:00
gst.h Add robinhood hashing to structs. 2017-05-09 13:20:28 -04:00
parse.h Fix variadic functions. 2017-05-07 16:48:35 -04:00
stl.h Add license header to all source files. 2017-04-17 22:40:39 -04:00