Skip to content

Commit

Permalink
Remove flat_merkle.rs.
Browse files Browse the repository at this point in the history
This implementation change wasn't necessary to speed up
performance. And, it wasn't correctly handling the per-layer empty
hashes.

We *might* want to consider a complete rewrite of the merkle tree
implementation to make the datastructures more friendly to various
memory caches. But, not yet.
  • Loading branch information
eljobe committed May 3, 2024
1 parent 9ebd8ba commit 2ce703f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 227 deletions.
226 changes: 0 additions & 226 deletions arbitrator/prover/src/flat_merkle.rs

This file was deleted.

1 change: 0 additions & 1 deletion arbitrator/prover/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#![allow(clippy::missing_safety_doc, clippy::too_many_arguments)]

pub mod binary;
pub mod flat_merkle;
mod host;
#[cfg(feature = "native")]
mod kzg;
Expand Down

0 comments on commit 2ce703f

Please sign in to comment.