yardict

Fast and simple implementation of a dictionary which accepts integer ranges as keys and has O(log n) complexity for lookup.


Keywords
range, dict, dictionary
License
MIT
Install
pip install yardict==0.9.0

Documentation

rangedict

Fast and simple implementation of a dictionary which accepts integer ranges as keys and has O(log n) complexity for lookup.