Twitter Feed: Post

Twitter Feed

@gcouprie ("Geoffroy Couprie") replied to a tweet by @gcouprie:

Biscuit's symbol table is interned strings: refer to a string by an index in the table. This makes shorter tokens, and much faster execution (easier to compare 2 numbers than 2 strings). But why would I get random behaviour there? Am I iterating over hashmap entries somewhere?