Hacker News
- Vector: a Rust-based lightweight alternative to Fluentd/Logstash https://betterstack.com/community/guides/logging/vector-explained/ 4 comments
- Blaze: A Rust-based vectorized accelerator to speed up your Spark jobs https://github.com/blaze-init/blaze 6 comments
- BBQvec: An open-source, embedded vector index for Rust and Go https://blog.daxe.ai/p/bbqvec-a-scalable-vector-search-library 2 comments
- Show HN: Victor, a browser-optimized vector database written in Rust https://github.com/not-pizza/victor 3 comments
- Taking Advantage of Auto-Vectorization in Rust https://nickwilcox.github.io/blog/autovec/ 60 comments rust
- Auto-Vectorization for Newer Instruction Sets in Rust https://www.nickwilcox.com/blog/autovec2/ 11 comments rust
- Blog: High performance vector graphic video games with Rust https://simbleau.github.io/rust/graphics/2023/11/20/using-vello-for-video-games.html 5 comments rust
- RISC-V Vector Extension in Rust https://youtu.be/jb5-P_r3jmw 5 comments rust
- Rust Vector Database is now powering X (Twitter) https://github.com/qdrant/qdrant 29 comments rust
- cppreference std::vector redirects to Rust Wikipedia page https://en.cppreference.com/w/cpp/container/vector 18 comments cpp
- Rewriting a high performance vector database in Rust | Pinecone https://www.pinecone.io/learn/rust-rewrite/ 4 comments rust
- Filtering a Vector with AVX-2 and AVX-512 in Rust https://quickwit.io/blog/filtering%20a%20vector%20with%20simd%20instructions%20avx-2%20and%20avx-512 31 comments programming
- Filtering a Vector with AVX-2 & AVX-512 in Rust https://quickwit.io/blog/filtering%20a%20vector%20with%20simd%20instructions%20avx-2%20and%20avx-512 66 comments rust
- Rust's Vector https://blog.frankel.ch/start-rust/9/ 9 comments programming
- Rust's Vector, an overview https://blog.frankel.ch/start-rust/9/ 6 comments rust
- Beginners Tutorial - Rust Vectors https://www.golangprograms.com/rust-vectors.html 3 comments rust
- VTracer is a raster to vector graphics converter implemented in Rust. I am one of the authors, questions and comments welcome! https://www.visioncortex.org/vtracer/ 43 comments rust
- Pathfinder (Rust GPU vector graphics renderer) is now on crates.io https://twitter.com/pcwalton/status/1251254942611849219 34 comments rust
- Indexing Billions of Text Vectors with Rust https://0x65.dev/blog/2019-12-07/indexing-billions-of-text-vectors.html 4 comments rust
- Vector - A High-Performance Logs & Metrics Router Written In Rust https://github.com/timberio/vector 36 comments rust
- Not able to understand the behaviour of Vector In Rust https://doc.rust-lang.org/book/ch08-01-vectors.html 29 comments rust
- How do you convert a char Vector to a String in Rust? https://www.reddit.com/r/rust/comments/agprxc/how_do_you_convert_a_char_vector_to_a_string_in/ 14 comments rust
- Rust: How to make vectors of threads with crossbeam? https://github.com/elfsternberg/programming_rust/tree/master/mandelbrot 4 comments rust
- DivANS: new concurrent, vectorized compression algorithm in Rust; compiled to WASM for high density compression in the browser and on servers. https://dropbox.github.io/divans/ 20 comments rust
- In Rust, ordinary vectors are values http://smallcultfollowing.com/babysteps/blog/2018/02/01/in-rust-ordinary-vectors-are-values/ 31 comments rust
- Introduction to lyon: 2D vector graphics rendering on the GPU in rust https://nical.github.io/posts/lyon-intro.html 31 comments rust
- Rendering Vector Map Tiles (Rust + asm.js demo) https://pyfisch.org/blog/rendering-vector-map-tiles/ 8 comments rust
- Lyon: 2d vector graphics on the GPU in rust. https://github.com/nical/lyon 11 comments rust
- Generating Vectorized code in Rust? http://ispc.github.io/ 5 comments rust
- Featherweight Musings: New tutorial - arrays and vectors in Rust http://featherweightmusings.blogspot.com/2015/04/new-tutorial-arrays-and-vectors-in-rust.html 15 comments rust
- Modeling graphs in Rust using vector indices http://smallcultfollowing.com/babysteps/blog/2015/04/06/modeling-graphs-in-rust-using-vector-indices/ 16 comments rust
- 6x smaller unit vectors rust crate https://crates.io/crates/normal_pack 3 comments graphicsprogramming
- Qdrant vector search in Rust | Arnaud Gourlay @ Rust Meetup Linz [video] https://www.youtube.com/watch?v=2cGM1fEbWJQ 8 comments rust
- A doubly-linked list implemented in safe Rust, using vector indexes https://www.reddit.com/r/rust/comments/mj5yet/a_doublylinked_list_implemented_in_safe_rust/ 9 comments rust
- First tiny project in Rust, a Cocktail Sort algorithm for vectors https://github.com/W3NDO/CocktailSort 5 comments rust
- micromath v0.3.0: embedded Rust arithmetic, 2D/3D vector, and statistics library https://www.reddit.com/r/rust/comments/bknip2/micromath_v030_embedded_rust_arithmetic_2d3d/ 11 comments rust
- Vectorized sum in stable Rust http://play.rust-lang.org/?gist=d5bfc7816a9aeea2d68fc29615ea8b39&version=nightly&mode=release 14 comments rust
- Storing vector embedding for RAG in Rust simplified. OasysDB v0.2.0 release https://github.com/oasysai/oasysdb 13 comments rust
- fixed-slice-vec: an Embedded Rust no-std Vector https://blog.auxon.io/2020/10/26/fixed-slice-vec/ 16 comments rust
- I've updated the C# N-Body benchmark to use vectors, it now competes with Rust, C, C++, and Fortran and slaughters every other managed language https://benchmarksgame-team.pages.debian.net/benchmarksgame/performance/nbody.html 45 comments dotnet