Hacker News new | ask | show | jobs
by mizmar 65 days ago
Another similar trick - XOR doubly linked list: XOR the prev and next pointers (storaged size of node decreases) and you can recover the values when accessing the node from prev or next side and thus already know one of the addresses.
1 comments

This, too, is covered in TFA.