Skip to content
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

Open
howjmay opened this issue May 25, 2020 · 0 comments
Open

Investigate quick searching mechanism on searching MAM messages #646

howjmay opened this issue May 25, 2020 · 0 comments
Labels
A-mam Area - MAM C-investigation Category - Investigation P-medium Priority - Medium, not hurry but needed

Comments

@howjmay
Copy link
Contributor

howjmay commented May 25, 2020

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.

@howjmay howjmay added P-medium Priority - Medium, not hurry but needed C-investigation Category - Investigation A-mam Area - MAM labels May 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-mam Area - MAM C-investigation Category - Investigation P-medium Priority - Medium, not hurry but needed
Projects
None yet
Development

No branches or pull requests

1 participant