MCPcopy Index your code
hub / github.com/RustPython/RustPython / dict_inner.rs

File dict_inner.rs

crates/vm/src/dict_inner.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Ordered dictionary implementation.
2//! Inspired by: <https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html>
3//! And: <https://www.youtube.com/watch?v=p33CVV29OG8>
4//! And: <http://code.activestate.com/recipes/578375/>

Callers

nothing calls this directly

Calls 1

SelfFunction · 0.85

Tested by

no test coverage detected