Comparison
turbovec vs pgvecto.rs
Verdict
Pick turbovec if turbovec is a Rust-based vector indexing library with Python bindings that offers significant memory savings and fast SIMD search capabilities, built on Google Research's TurboQuant algorithm; pick pgvecto.rs if pgvecto.rs extends PostgreSQL for efficient vector searches using Rust.
Markdown twin · turbovec alternatives · pgvecto.rs alternatives
GraphCanon updated 3d
Trust & integrity
| Signal | turbovec | pgvecto.rs |
|---|---|---|
| Maintenance | Very active (0d since push) As of 3d · github_public_v1 | Dormant (510d since push) As of 1mo · github_public_v1 |
| Provenance | Not a fork · Personal account As of 3d · github_public_v1 | Not a fork · Organization account As of 1mo · github_public_v1 |
| OSV dependency advisories | No lockfile (source not queried) As of 1mo · osv@v1 | No lockfile (source not queried) As of 1mo · osv@v1 |
| deps.dev advisories | Not queried deps.dev@v1 | Not queried deps.dev@v1 |
| OpenSSF Scorecard | Not queried openssf-scorecard@v1 | Not queried openssf-scorecard@v1 |
Tagline
- turbovec
- A vector index built on TurboQuant, written in Rust with Python bindings
- pgvecto.rs
- Scalable, Low-latency and Hybrid-enabled Vector Search in Postgres
Stars
- turbovec
- 15k
- pgvecto.rs
- 2.2k
Forks
- turbovec
- 1.3k
- pgvecto.rs
- 84
Open issues
- turbovec
- 17
- pgvecto.rs
- 76
Language
- turbovec
- Rust
- pgvecto.rs
- Rust
Adopt for
- turbovec
- turbovec is a Rust-based vector indexing library with Python bindings that offers significant memory savings and fast SIMD search capabilities, built on Google Research's TurboQuant algorithm.
- pgvecto.rs
- pgvecto.rs extends PostgreSQL for efficient vector searches using Rust.
Persona
- turbovec
- -
- pgvecto.rs
- -
Runtime
- turbovec
- -
- pgvecto.rs
- -
License
- turbovec
- MIT
- pgvecto.rs
- Apache-2.0
Last pushed
- turbovec
- Aug 18, 2026
- pgvecto.rs
- Feb 26, 2025
Categories
- turbovec
- Vector Databases
- pgvecto.rs
- Vector Databases
Trust and health
Maintenance
- turbovec
- Very active (96%)
- pgvecto.rs
- Dormant (18%)
Days since push
- turbovec
- 0d
- pgvecto.rs
- 510d
Open issues (now)
- turbovec
- 17
- pgvecto.rs
- 76
Stars delta
- turbovec
- +1.3k (30d)
- pgvecto.rs
- Unknown
Open issues delta
- turbovec
- -14 (30d)
- pgvecto.rs
- Unknown
Owner type
- turbovec
- User
- pgvecto.rs
- Organization
Full report
- turbovec
- Trust report
- pgvecto.rs
- Trust report
Choose turbovec if…
- License: turbovec is MIT, pgvecto.rs is Apache-2.0.
- Tags unique to turbovec: ann, avx512, embedding, embeddings.
- - Use turbovec when you need to save substantial amounts of memory; for instance, a 10 million document corpus can fit in 4 GB RAM instead of the typical 31 GB with float32.
When NOT to use turbovec
- - Avoid using turbovec in environments where the hardware architecture does not support specific SIMD instructions (like NEON on ARM and AVX-512BW on x86), as this can lead to performance degradation.
- - Do not use it if your application requires external managed services for vector indexing, as turbovec is designed for local deployments without data leaving the machine or VPC.
- - Avoid if you require high precision beyond what 4-bit quantization (or lower bit-widths depending on the configuration) offers.
- - Refrain from using turbovec in scenarios where the lack of a training phase leads to suboptimal performance, as it might not adapt well to certain datasets that benefit from such pre-processing.
Choose pgvecto.rs if…
- License: pgvecto.rs is Apache-2.0, turbovec is MIT.
- Tags unique to pgvecto.rs: chatgpt, gpt, hacktoberfest, llm.
- Need integration with PostgreSQL for vector searches
When NOT to use pgvecto.rs
- Preferring a database system without PostgreSQL dependencies
- Looking for a standalone solution, as pgvecto.rs is a PostgreSQL extension
Explore
Sources
Every stat on this page traces to a dated GitHub sync, license file, enrichment field, or trust scan.
- GitHub stars (RyanCodrai/turbovec) · observed Aug 18, 2026
- GitHub forks (RyanCodrai/turbovec) · observed Aug 18, 2026
- Last push (RyanCodrai/turbovec) · observed Aug 18, 2026
- License file (MIT) · observed Aug 18, 2026
- Decision facts (enrichment) · observed Jul 11, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
- GitHub stars (tensorchord/pgvecto.rs) · observed Jul 22, 2026
- GitHub forks (tensorchord/pgvecto.rs) · observed Jul 22, 2026
- Last push (tensorchord/pgvecto.rs) · observed Feb 26, 2025
- License file (Apache-2.0) · observed Jul 22, 2026
- Decision facts (enrichment) · observed Jul 12, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
GitHub stars on cards: turbovec 15k · pgvecto.rs 2.2k (synced Aug 18, 2026).
Common questions
- What is the difference between turbovec and pgvecto.rs?
- turbovec: A vector index built on TurboQuant, written in Rust with Python bindings. pgvecto.rs: Scalable, Low-latency and Hybrid-enabled Vector Search in Postgres. See the comparison table for live GitHub stats and shared categories.
- When should I choose turbovec over pgvecto.rs?
- Choose turbovec over pgvecto.rs when License: turbovec is MIT, pgvecto.rs is Apache-2.0; Tags unique to turbovec: ann, avx512, embedding, embeddings; - Use turbovec when you need to save substantial amounts of memory; for instance, a 10 million document corpus can fit in 4 GB RAM instead of the typical 31 GB with float32.
- When should I choose pgvecto.rs over turbovec?
- Choose pgvecto.rs over turbovec when License: pgvecto.rs is Apache-2.0, turbovec is MIT; Tags unique to pgvecto.rs: chatgpt, gpt, hacktoberfest, llm; Need integration with PostgreSQL for vector searches.
- When should I avoid turbovec?
- - Avoid using turbovec in environments where the hardware architecture does not support specific SIMD instructions (like NEON on ARM and AVX-512BW on x86), as this can lead to performance degradation. - Do not use it if your application requires external managed services for vector indexing, as turbovec is designed for local deployments without data leaving the machine or VPC. - Avoid if you require high precision beyond what 4-bit quantization (or lower bit-widths depending on the configuration) offers. - Refrain from using turbovec in scenarios where the lack of a training phase leads to suboptimal performance, as it might not adapt well to certain datasets that benefit from such pre-processing.
- When should I avoid pgvecto.rs?
- Preferring a database system without PostgreSQL dependencies Looking for a standalone solution, as pgvecto.rs is a PostgreSQL extension
- Is turbovec or pgvecto.rs more popular on GitHub?
- turbovec has more GitHub stars (14,822 vs 2,179). Stars measure visibility, not whether either tool fits your constraints.
- Are turbovec and pgvecto.rs open source?
- Yes - both are open-source projects on GitHub (turbovec: MIT, pgvecto.rs: Apache-2.0).
- Where can I find alternatives to turbovec or pgvecto.rs?
- GraphCanon lists graph-backed alternatives at turbovec alternatives and pgvecto.rs alternatives (turbovec markdown twin, pgvecto.rs markdown twin), ranked by typed relationship edges rather than popularity votes.
- Is there a machine-readable version of this comparison?
- Yes. The markdown twin at this comparison mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.
- Which is better maintained, turbovec or pgvecto.rs?
- turbovec: Very active. pgvecto.rs: Dormant. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.
- Where are the full trust reports for turbovec and pgvecto.rs?
- GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: turbovec trust report; pgvecto.rs trust report.