Skip to content

Releases: ethersphere/proximity-order-trie

v1.0.0

25 Aug 14:32
16daa5f

Choose a tag to compare

First version of the Proximity Order Trie library is out!

The POT library provides an efficient, context-aware data structure for storing and retrieving key-value pairs based on their proximity order. It supports scalable and cancellable recursive operations. The library includes:

  • High-performance trie operations: insert, update, find, and iterate.
  • Support for context-based cancellation and deadlines throughout all core and recursive operations.
  • Flexible interfaces for custom storage backends, including Swarm network integration.
  • Solidity smart contracts for cryptographic proof verification of trie entries, enabling on-chain validation.
  • Comprehensive test coverage and integration.