Am 25.07.2022 um 14:21 hat Emanuele Giuseppe Esposito geschrieben: > Minor performance improvement, but given that we have hash tables > available, avoid iterating in the visited nodes list every time just > to check if a node has been already visited. > > The data structure is not actually a proper hash map, but an hash set, > as we are just adding nodes and not key,value pairs. > > Suggested-by: Hanna Reitz <hre...@redhat.com> > Signed-off-by: Emanuele Giuseppe Esposito <eespo...@redhat.com>
Reviewed-by: Kevin Wolf <kw...@redhat.com>