now in this engine, it use
str id -> node
since node_id is unique, we can give each str an id
then just nodes[int_id]
array visit is much faster than str hash.
this is called arena.
related context: https://www.fxzhihu.com/question/36756224/answer/3575810103
now in this engine, it use
str id -> nodesince node_id is unique, we can give each str an id
then just
nodes[int_id]array visit is much faster than str hash.
this is called arena.
related context: https://www.fxzhihu.com/question/36756224/answer/3575810103