Faster state tracking, stable optimizer

This commit is contained in:
Ian Gulliver
2023-12-30 20:37:18 -08:00
parent 58e3a477ef
commit 8c9dab282b
3 changed files with 29 additions and 37 deletions

View File

@@ -15,12 +15,10 @@ var chatState = newStateFromSeed([][]byte{
/* 08 */ []byte("i"),
/* 09 */ []byte(""),
/* 10 */ []byte(" "),
/* 11 */ []byte(""),
/* 11 */ []byte("e"),
/* 12 */ []byte(""),
/* 13 */ []byte(""),
/* 14 */ []byte("et"),
/* 15 */ []byte(""),
/* 16 */ []byte("o"),
/* 13 */ []byte("t"),
/* 14 */ []byte("o"),
})
func ChatState() *state.State {