Skip to content

WIP: Cached wrapper#717

Draft
frankmcsherry wants to merge 1 commit intoTimelyDataflow:master-nextfrom
frankmcsherry:cached_wrapper
Draft

WIP: Cached wrapper#717
frankmcsherry wants to merge 1 commit intoTimelyDataflow:master-nextfrom
frankmcsherry:cached_wrapper

Conversation

@frankmcsherry
Copy link
Copy Markdown
Member

A work in progress of writing a caching trace wrapper, with the intend being that it maintains an LSM of data that have been requested, through a hypothetical new cursor_through_keyed that indicates subsets of keys that are required. When there are misses it collects the data into the cache, and then always services requests out of the cache. No great thought about cache replacement yet, and .. nothing actually works. Very WIP!

@frankmcsherry frankmcsherry changed the base branch from master to master-next April 10, 2026 21:16
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