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

Add kv map builder and list function #1179

Merged
merged 2 commits into from Aug 18, 2023
Merged

Add kv map builder and list function #1179

merged 2 commits into from Aug 18, 2023

Conversation

ellie
Copy link
Member

@ellie ellie commented Aug 17, 2023

  1. BREAKING - default namespace is now called "default"
  2. Build an in-memory hashmap from the kv store
  3. Allow listing

I need to cache the hashmap next, probs with a write-through to avoid constant rebuilds.

Also check if BTreeMap is suitable. Sorted is useful for listing but there's probs a better ds to use.

1. BREAKING - default namespace is now called "default"
2. Build an in-memory hashmap from the kv store
3. Allow listing

I need to cache the hashmap next, probs with a write-through to avoid
constant rebuilds.

Also check if BTreeMap is suitable. Sorted is useful for listing but
there's probs a better ds to use.
@vercel
Copy link

vercel bot commented Aug 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
atuin-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 17, 2023 8:35pm

@ellie ellie merged commit 69a772d into main Aug 18, 2023
10 checks passed
@ellie ellie deleted the ellie/kv-list branch August 18, 2023 07:36
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.

None yet

1 participant