Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[distributed store] use a single map Vec<u8> -> Counters map #340

Merged
merged 2 commits into from
May 23, 2024

Commits on May 22, 2024

  1. [distributed store] use a single map Vec<u8> -> Counters map

    By keying using Vec<u8> we reduce how often we need to encode/decode the the counter keys.
    
    Signed-off-by: Hiram Chirino <hiram@hiramchirino.com>
    chirino committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3895c8a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Move the max_value field from the CounterKey to CrCounterValue.

    Signed-off-by: Hiram Chirino <hiram@hiramchirino.com>
    chirino committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1571819 View commit details
    Browse the repository at this point in the history