Closed mcgid closed 8 years ago
Since each node is identified by a single rune, we can use rune as the key type for node's children map.
Pleasantly, this will also reduce the number of calls to string().
string()
Since each node is identified by a single rune, we can use rune as the key type for node's children map.
Pleasantly, this will also reduce the number of calls to
string()
.