Metadata-Version: 1.1
Name: accumulation-tree
Version: 0.6.1
Summary: Red/black tree with support for fast accumulation of values in a key range
Home-page: https://github.com/tkluck/accumulation_tree
Author: Timo Kluck
Author-email: tkluck@infty.nl
License: MIT
Description: 
        A red/black tree which also stores partial aggregations at each node, making
        getting aggregations of key range slices an O(log(N)) operation.
        
Keywords: BST,data structure,accumulation
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
