pieFi-platform / hashgraph-name-resolution-sdk

MIT License
0 stars 4 forks source link

Support for caching options to improve performance when querying SLDs #18

Open pwoosam opened 2 years ago

pwoosam commented 2 years ago

Enumerating all topic messages to find a single SLDs can become expensive for connection latency and memory. Adding an LRU cache and caching settings will improve the performance.