John Hutchison created GEODE-9347:
-------------------------------------
Summary: Make Publish and Subscribe use Map data structures
Key: GEODE-9347
URL: https://issues.apache.org/jira/browse/GEODE-9347
Project: Geode
Issue Type: Improvement
Reporter: John Hutchison
our current implementation of Publish and Subscribe use a list of Subscription
objects to maintain state.
@doevans noticed that native redis is using 2 maps to maintain state
in an effort to mimic native redis data structures and hopefully improve
performance, our publish and subscribe commands should also use maps 1)
(channel -> all subscribers). 2) subsrciber(client) -> all subscribed channels
--
This message was sent by Atlassian Jira
(v8.3.4#803005)