Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Top 10 Rust Vector Projects
-
We don't pull logs, we forward logs to a centralized logging service.
-
Project mention: Geometric Algebra to Geometric Computing Software Developers | news.ycombinator.com | 2023-09-24
> Some GA libraries[1][2] define types for the different kind of objects (grades)
That's nice!
This reminds of me things like, linear algebra libraries that will type-check matrices so that a 2x2 matrix can't be added to a 2x3 matrix (but then you can have a dynamic matrix that will error only in runtime), like https://nalgebra.org/ and others.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
Project mention: How We Made PostgreSQL a Better Vector Database | news.ycombinator.com | 2023-09-25
Hi, we've solved the problem you mentioned! Please take a look on our open source postgres vector extension https://github.com/tensorchord/pgvecto.rs.
Our index building process is significantly faster than pgvector on hnsw because we can utilize all the cores, whereas pgvector can only use one core. And for the filter support, we do support pre-filtering, which will guarantee enough results no matter the condition is.
-
staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Project mention: Posting asking if the Rust Reddit community is overly regulated gets regulated. | /r/programmingcirclejerk | 2023-05-27This crate of mine for example is currently literally unusable until the deeply fundamental features that John Random kinda-sorta removed in this pull request, ostensibly in preparation for whatever shittily stated syntax is ultimately establihed by whatever the hell "keyword generics" actually is (I really don't know, like this isn't a joke, I fundamentally do not understand what the fuck they're proposing at all in any way or how it's meaningfully and usefullly different from the previous syntax).
-
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
-
Project mention: Got bored and implemented the AlphaTensor matrix multiplication algorithms in Rust with SIMD https://github.com/drbh/simd-alphatensor-rs | /r/rust | 2022-10-09
Rust Vector related posts
- Geometric Algebra to Geometric Computing Software Developers
- First Postgres Vector Extension with Filtering Support
- 20x Faster as the Beginning: Introducing pgvecto.rs extension written in Rust
- Show HN: 20x faster pgvector alternative written in Rust
- 20x Faster as the Beginning: Introducing pgvector alternative written in Rust
- Pgvecto.rs: Vector database plugin for Postgres in Rust
- Show HN: Vector database plugin for Postgres, written in Rust
-
A note from our sponsor - InfluxDB
www.influxdata.com | 2 Oct 2023
Index
What are some of the best open-source Vector projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | vector | 14,494 |
2 | nalgebra | 3,403 |
3 | cgmath-rs | 1,062 |
4 | pgvecto.rs | 712 |
5 | staticvec | 270 |
6 | array_tool | 72 |
7 | maths-rs | 47 |
8 | any_vec | 8 |
9 | veccentric | 7 |
10 | spaceform | 5 |