You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to that, we will be able to remove the getter that returns a HashMap<String, Keyspace>.
Because of that, we will be able to change the underlying structure of how we store keyspace info
in the future. One idea is to potentially wrap `Keyspace` struct in an `Arc`, so we may possibly
share the keyspace info in multiple places.
0 commit comments