diff --git a/rln-research/membership-merkle-tree-storage-evaluation.md b/rln-research/membership-merkle-tree-storage-evaluation.md index 638cdfb..4f5ee2f 100644 --- a/rln-research/membership-merkle-tree-storage-evaluation.md +++ b/rln-research/membership-merkle-tree-storage-evaluation.md @@ -102,5 +102,4 @@ However, the MT storage overhead may not be reasonable for mobile devices especi 3) If the maximum group size is known, then it would be more efficient to use FMT. ## Next Steps -- For scalable production usage, we would like to look into some disk-based tweaks for Merkle tree storage management to account for OOM possibility in worst case scenarios. - +In light of the approximate per-app memory cap provided in this post and according to our experimentation result, the in-memory storage of the membership Merkle tree for a large group of size 1,000,000 members is feasible for almost all known devices. Nevertheless, for scalable production usage and as future work, we would still like to look into some disk-based tweaks for Merkle tree storage management. \ No newline at end of file diff --git a/rln-research/pics/max-storage-fmt-hmmt.png b/rln-research/pics/max-storage-fmt-hmmt.png index 2142f9f..d3db5d7 100644 Binary files a/rln-research/pics/max-storage-fmt-hmmt.png and b/rln-research/pics/max-storage-fmt-hmmt.png differ