lanterndata / lantern

PostgreSQL vector database extension for building AI applications
https://lantern.dev
GNU Affero General Public License v3.0
790 stars 57 forks source link

Reduce elog overhead on fastpath #120

Closed Ngalstyan4 closed 1 year ago

Ngalstyan4 commented 1 year ago

Should be merged now.

codecov[bot] commented 1 year ago

Codecov Report

Merging #120 (678f229) into main (9df32a0) will increase coverage by 0.18%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #120 +/- ## ========================================== + Coverage 84.01% 84.20% +0.18% ========================================== Files 17 17 Lines 1170 1165 -5 Branches 250 245 -5 ========================================== - Hits 983 981 -2 Misses 85 85 + Partials 102 99 -3 ``` | [Files Changed](https://app.codecov.io/gh/lanterndata/lanterndb/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lanterndata) | Coverage Δ | | |---|---|---| | [src/hnsw/scan.c](https://app.codecov.io/gh/lanterndata/lanterndb/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lanterndata#diff-c3JjL2huc3cvc2Nhbi5j) | `83.50% <ø> (+2.13%)` | :arrow_up: | | [src/hnsw/utils.h](https://app.codecov.io/gh/lanterndata/lanterndb/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lanterndata#diff-c3JjL2huc3cvdXRpbHMuaA==) | `40.00% <ø> (ø)` | |
Ngalstyan4 commented 1 year ago

Actually, seems kind of annoying to have yet another build option for this.. Opened an issue (#133) to deal with this in a cleaner way