Currently, MemberDirectory.rho uses a standard rholang map. This is fine for testing and development, but the "real" deployment on mainnet will ultimately involve many more members. A re-implementation using TreeHashMap will perform better in the long run.
Currently, MemberDirectory.rho uses a standard rholang map. This is fine for testing and development, but the "real" deployment on mainnet will ultimately involve many more members. A re-implementation using TreeHashMap will perform better in the long run.