Skip to content

Commit 307a2c2

Browse files
authored
Add Zvec (embedded vector DB) (#1845)
1 parent 9b6130b commit 307a2c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
501501
* [Trilogy](https://github.com/trilogy-libraries/trilogy) - a client library for MySQL-compatible database servers, designed for performance, flexibility, and ease of embedding. [MIT]
502502
* [UStore](https://github.com/unum-cloud/ustore) - Multi-Modal database for BLOBs, JSON, and graphs. [Apache2]
503503
* [Velox](https://github.com/facebookincubator/velox) - A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. [Apache-2.0] [website](https://velox-lib.io/)
504+
* [Zvec](https://github.com/alibaba/zvec) - A lightweight, lightning-fast, in-process vector database. [Apache2] [website](https://zvec.org/)
504505
* [constexpr-sql](https://github.com/mkitzan/constexpr-sql) - A compile-time SQL query parser and executor in C++17. [MIT]
505506
* [NuDB](https://github.com/cppalliance/NuDB) - A fast, append-only key/value store for SSD drives. [Boost]
506507

0 commit comments

Comments
 (0)