Closed GoogleCodeExporter closed 9 years ago
Please write a test proving this.
Original comment by dorma...@rydia.net
on 8 Sep 2012 at 5:21
sorry ,you are right. but i do not understan why it would works, can you
explain it? thank you.
Original comment by soach...@gmail.com
on 10 Sep 2012 at 3:09
Closing this ticket.
I think you might be conflating the LRU heads/tailt structures with the hash
table bucket lists. There's a global LRU list all active items are linked into,
and then the hash table buckets can each have lists of items if multiple items
hash to the same value.
so that before bit is collapsing the singly-linked-list from that particular
bucket. (h_next, not next or prev)
Original comment by dorma...@rydia.net
on 10 Sep 2012 at 6:35
Original issue reported on code.google.com by
soach...@gmail.com
on 8 Sep 2012 at 9:23Attachments: