https://qdrant.tech/articles/binary-quantization/
Sep 18, 2023 - Binary Quantization is a newly introduced mechanism of reducing the memory footprint and increasing performance
vector searchbinaryquantizationfasterqdrant
https://www.p99conf.io/session/40x-faster-binary-search/
Binary search can be faster than expected—leveraging SIMD and caching achieves 40× throughput gains.
binary searchfasterconf
https://realpython.com/binary-search-python/
Binary search is a classic algorithm in computer science. In this step-by-step tutorial, you'll learn how to implement this algorithm in Python....
binary searchpythonreal
https://www.kirupa.com/data_structures_algorithms/binary_search_tree.htm
Discover the ultimate tool for efficient searching and sorting - binary search trees! Learn how this powerful data structure works and how it can be applied to...
binary searchtrees