This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
Investigate quick searching mechanism on searching MAM messages #646
Labels
A-mam
Area - MAM
C-investigation
Category - Investigation
P-medium
Priority - Medium, not hurry but needed
The current implementation of MAM is a linked-list like data structure which means searching a specific data on MAM channel list takes linear time to search it.
We may need to apply table or bloom filter to optimize the searching time.
The text was updated successfully, but these errors were encountered: