Skip to content

Add Keyset#5

Open
arp242 wants to merge 4 commits into
v2from
multi
Open

Add Keyset#5
arp242 wants to merge 4 commits into
v2from
multi

Conversation

@arp242

@arp242 arp242 commented Jan 3, 2024

Copy link
Copy Markdown
Owner

A "keyset" is a set of keys for a cache, similar to how a slice is a "view" on an array. This allows reasonably convenient and efficient operations on multiple keys.

Doing it with a different type like this gives us the advantage that we can reasonably easily add a "multi" version for all methods.

Fixes #4

Winnetoe24 and others added 2 commits December 13, 2023 16:59
A "keyset" is a set of keys for a cache, similar to how a slice is a
"view" on an array. This allows reasonably convenient and efficient
operations on multiple keys.

Doing it with a different type like this gives us the advantage that we
can reasonably easily add a "multi" version for all methods.

Fixes #4
@arp242 arp242 mentioned this pull request Jan 3, 2024
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.

2 participants