Closed mmarchini closed 7 years ago
Hashtable algorithm was wrongly implemented, leading to problems when we have hash collisions. This new implementation follows the specifications defined below.
Ref: http://www.sco.com/developers/gabi/latest/ch5.dynamic.html#hash Fixex: https://github.com/sthima/libstapsdt/issues/11
Hashtable algorithm was wrongly implemented, leading to problems when we have hash collisions. This new implementation follows the specifications defined below.
Ref: http://www.sco.com/developers/gabi/latest/ch5.dynamic.html#hash Fixex: https://github.com/sthima/libstapsdt/issues/11