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