Y
Hacker News
new
|
ask
|
show
|
jobs
by
brap
299 days ago
To put it in terms of data structures, a vector DB is more like a Map, this is more like a Tree
2 comments
neutronicus
299 days ago
For the C++ programmers among us I think that means it's more like `unordered_map` than `map`
link
page_index
299 days ago
Lol you mean vector db is more like hash_map. map is more tree based
link