Zitat von Victor Stinner <victor.stinner at haypocalc.com>: > The current implementation of dict uses a linked-list. [...] > Tell me if I am wrong. At least with this statement, you are wrong: the current implementation does *not* use a linked-list. Instead, it uses open addressing. Regards, Martin