Hacker News
- Show HN: USearch – Smaller and Faster Single-File Vector Search Engine https://github.com/unum-cloud/usearch 2 comments
- USearch: Smaller & Faster Single-File Vector Search Engine https://github.com/unum-cloud/usearch 2 comments opensource
- USearch: Smaller & Faster Single-File Vector Search Engine https://github.com/unum-cloud/usearch 4 comments cpp
Linking pages
- GitHub - rust-unofficial/awesome-rust: A curated list of Rust code and resources. https://github.com/rust-unofficial/awesome-rust 178 comments
- GitHub - ashvardanian/StringZilla: Up to 10x faster strings for C, C++, Python, Rust, and Swift, leveraging SWAR and SIMD on Arm Neon and x86 AVX2 & AVX-512-capable chips to accelerate search, sort, edit distances, alignment scores, etc 🦖 https://github.com/ashvardanian/Stringzilla 57 comments
- Python, C, Assembly - 2'500x Faster Cosine Similarity 📐 | Ash's Blog https://ashvardanian.com/posts/python-c-assembly-comparison/ 57 comments
- Unum · USearch 0.22.3 documentation https://unum-cloud.github.io/usearch/ 56 comments
- GitHub - ashvardanian/SimSIMD: Vector Similarity Functions 3x-200x Faster than SciPy and NumPy — for Python, JavaScript, Rust, and C 11, supporting f64, f32, f16, i8, and binary vectors using SIMD for both x86 AVX2 & AVX-512 and Arm NEON & SVE 📐 https://github.com/ashvardanian/simsimd 56 comments
- From Dating to Vector Search - "Stable Marriages" on a Global Scale 💍 | Ash's Blog https://ashvardanian.com/posts/searching-stable-marriages/ 31 comments
- Abusing Vector Search for Texts, Maps, and Chess ♟️ | Ash's Blog https://ashvardanian.com/posts/abusing-vector-search/ 23 comments
- Binding a C++ Library to 10 Programming Languages 🔟 | Ash's Blog https://ashvardanian.com/posts/porting-cpp-library-to-ten-languages/ 12 comments
- Mastering C++ with Google Benchmark ⏱️ | Ash's Blog https://ashvardanian.com/posts/google-benchmark/ 12 comments
- Stringzilla - Faking SIMD to Search & Sort Strings 5x Faster 🦖 | Ash's Blog https://ashvardanian.com/posts/stringzilla/ 5 comments
- How to avoid PyBind11 and write 5x faster CPython bindings 🐍 | Ash's Blog https://ashvardanian.com/posts/pybind11-cpython-tutorial/ 5 comments
- BBQvec: A scalable vector search library https://blog.daxe.ai/p/bbqvec-a-scalable-vector-search-library 3 comments
- USearch Molecules: Searchable Dataset of 28 Billion Chemical Embeddings on AWS ⚗️ | Ash's Blog https://ashvardanian.com/posts/usearch-molecules/ 2 comments
- GitHub - philippgille/chromem-go: Embeddable vector database for Go with Chroma-like interface and zero third-party dependencies. In-memory with optional persistence. https://github.com/philippgille/chromem-go 2 comments
- GitHub - unum-cloud/uform: Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and 🔜 video, up to 5x faster than OpenAI CLIP and LLaVA 🖼️ & 🖋️ https://github.com/unum-cloud/uform 1 comment
- GCC 12 is 119x slower than AVX-512 SIMD on this task 🐂 | Ash's Blog https://ashvardanian.com/posts/gcc-12-vs-avx512fp16/ 1 comment
- GitHub - duckdb/duckdb_vss https://github.com/duckdb/duckdb_vss 1 comment
- Accelerating JavaScript arrays by 10x for Vector Search 🏹 | Ash's Blog https://ashvardanian.com/posts/javascript-ai-vector-search/ 0 comments
- GitHub - google/unisim: UniSim is a package for efficient similarity computation, fuzzy matching, and clustering of data. https://github.com/google/unisim 0 comments
- GitHub - ashvardanian/SwiftSemanticSearch: Real-time on-device text-to-image and image-to-image Semantic Search with video stream capture using USearch & UForm AI Swift SDKs for Apple devices 🍏 https://github.com/ashvardanian/SwiftSemanticSearch 0 comments
Linked pages
- GitHub - facebookresearch/faiss: A library for efficient similarity search and clustering of dense vectors. https://github.com/facebookresearch/faiss 100 comments
- Luke Gessler | @lgessler@lingo.lol on Twitter: "this paper's nuts. for sentence classification on out-of-domain datasets, all neural (Transformer or not) approaches lose to good old kNN on representations generated by.... gzip https://t.co/6eZiXlJxOX https://t.co/sF9kd1FzI4" / Twitter https://twitter.com/LukeGessler/status/1679211291292889100 75 comments
- GitHub - ashvardanian/StringZilla: Up to 10x faster strings for C, C++, Python, Rust, and Swift, leveraging SWAR and SIMD on Arm Neon and x86 AVX2 & AVX-512-capable chips to accelerate search, sort, edit distances, alignment scores, etc 🦖 https://github.com/ashvardanian/Stringzilla 57 comments
- GitHub - ashvardanian/SimSIMD: Vector Similarity Functions 3x-200x Faster than SciPy and NumPy — for Python, JavaScript, Rust, and C 11, supporting f64, f32, f16, i8, and binary vectors using SIMD for both x86 AVX2 & AVX-512 and Arm NEON & SVE 📐 https://github.com/ashvardanian/simsimd 56 comments
- GitHub - Maratyszcza/PeachPy: x86-64 assembler embedded in Python https://github.com/Maratyszcza/PeachPy 36 comments
- 90x faster than pgvector — Lantern's HNSW Index Creation Time | Lantern Blog https://lantern.dev/blog/hnsw-index-creation 36 comments
- From Dating to Vector Search - "Stable Marriages" on a Global Scale 💍 | Ash's Blog https://ashvardanian.com/posts/searching-stable-marriages/ 31 comments
- Abusing Vector Search for Texts, Maps, and Chess ♟️ | Ash's Blog https://ashvardanian.com/posts/abusing-vector-search/ 23 comments
- cppyy: Automatic Python-C++ bindings — cppyy 2.4.0 documentation https://cppyy.readthedocs.io/en/latest/index.html 22 comments
- GitHub - pathwaycom/pathway: Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG. https://github.com/pathwaycom/pathway 19 comments
- Binding a C++ Library to 10 Programming Languages 🔟 | Ash's Blog https://ashvardanian.com/posts/porting-cpp-library-to-ten-languages/ 12 comments
- SimSIMD vs SciPy: How AVX-512 and SVE make SIMD cleaner and ML faster 📏 | Ash's Blog https://ashvardanian.com/posts/simsimd-faster-scipy/ 6 comments
- How to avoid PyBind11 and write 5x faster CPython bindings 🐍 | Ash's Blog https://ashvardanian.com/posts/pybind11-cpython-tutorial/ 5 comments
- https://www.unum.cloud/blog/2023-11-07-scaling-vector-search-with-intel 4 comments
- GitHub - unsplash/datasets: 🎁 3,000,000+ Unsplash images made available for research and machine learning https://github.com/unsplash/datasets 3 comments
- GitHub - unum-cloud/uform: Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and 🔜 video, up to 5x faster than OpenAI CLIP and LLaVA 🖼️ & 🖋️ https://github.com/unum-cloud/uform 1 comment
- GCC 12 is 119x slower than AVX-512 SIMD on this task 🐂 | Ash's Blog https://ashvardanian.com/posts/gcc-12-vs-avx512fp16/ 1 comment
- Simplified molecular-input line-entry system - Wikipedia https://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system 0 comments
- Source lines of code - Wikipedia https://en.wikipedia.org/wiki/Source_lines_of_code 0 comments
- Accelerating JavaScript arrays by 10x for Vector Search 🏹 | Ash's Blog https://ashvardanian.com/posts/javascript-ai-vector-search/ 0 comments
Would you like to stay up to date with C & C++? Checkout C & C++
Weekly.