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

For the C++ programmers among us I think that means it's more like `unordered_map` than `map`
Lol you mean vector db is more like hash_map. map is more tree based