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

Have MappedBatchPublisher take in a Set<K> keys (and add README sections) #160

Commits on May 26, 2024

  1. Have MappedBatchPublisher take in a Set<K> keys

    This is more symmetric with `MappedbatchLoader` and preserves
    efficiency; we do not need to emit a `Map.Entry` for duplicate keys
    (given the strong intention that this will be used to create a `Map`).
    AlexandreCarlton committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3c3cc99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e82858 View commit details
    Browse the repository at this point in the history