arj03 / ssb-browser-core

ssb-server in a browser
Other
50 stars 8 forks source link

Directly query contacts instead of creating an index #5

Closed arj03 closed 3 years ago

arj03 commented 3 years ago

the hops.json file is around 3mb, we only use it for getting the graph for a particular user. And a fast laptop this operation is 20ms. So should be fast enough to do it on the fly.

arj03 commented 3 years ago

Moved the ssb-db2 repo