Results 2 issues of Elgin Cahangirov

I need to select all related children of given queryset. Solution I use: for q in list(queryset): queryset |= q.get_children() As you can guess, this is not an optimal solution....

`ht_get_hash` returns the same slot subsequently up to very high attempts in some cases. Example: ``` (gdb) p ht_get_hash("mybrujmaonutk", 211, 0) $32 = 38 (gdb) p ht_get_hash("mybrujmaonutk", 211, 1) $33...