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

Introduce @wry/key-set-map package #513

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Introduce @wry/key-set-map package #513

wants to merge 1 commit into from

Conversation

benjamn
Copy link
Owner

@benjamn benjamn commented Jun 1, 2023

This package provides a KeySetMap class similar to the Trie API provided by the @wry/trie package, except the keys passed to lookup or peek have set semantics rather than sequence semantics.

@benjamn benjamn self-assigned this Jun 1, 2023
@benjamn benjamn force-pushed the @wry/key-set-map branch 3 times, most recently from 3397413 to 5ca3a45 Compare June 2, 2023 17:34
This package provides a `KeySetMap` class similar to the `Trie` API
provided by the `@wry/trie` package, except the keys passed to `lookup`
or `peek` have _set_ semantics rather than _sequence_ semantics.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant