Should I get nodes by const & or just create a new node object?
const &
Documentation creates the new node, but would not it be better to not copy it?