Hey! I have another question related to Nodes in v...
# development
d
Hey! I have another question related to Nodes in v2 engine. For NodeKey a Display trait is implemented. How expensive is to use
format!("{}", NodeKey)
example if we may call it 100 or 1000 times? Is it fine to use it for every Node if we do not store the result? @witty-crayon-22786 I remember you had thoughts about it