Expand description
§Merkle Tree Data Integrity Verification
Efficient data integrity verification using Merkle trees for distributed RDF triple storage. Enables fast comparison and synchronization between nodes.
§Performance Enhancements (v0.2.0)
- SIMD-accelerated batch hashing for 4-8x speedup
- Profiling integration for performance monitoring
- Memory-efficient operations with scirs2-core
Structs§
- Merkle
Proof - Merkle proof for a data item
- Merkle
Tree - Merkle tree for data integrity verification
- Merkle
Tree Stats - Merkle tree statistics
Enums§
- Merkle
Comparison - Result of comparing two Merkle trees
- Merkle
Node - Merkle tree node
Type Aliases§
- Merkle
Hash - Merkle tree hash type