Skip to content

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

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