shash.c is used in the json implementation and underpins all ovsbd schema operations, column by name lookups, etc.
The existing code has a number of occurences of multiple hash computations and/or multiple lookups where one would suffice. These patch series minimise the amount of hash computations and lookups where possible at the cost of directly accessing the underlying hmap structures and bypassing the abstractions from hmap.h/hmap.c _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
