High performance nearest neighbor data structures (KDTree and BallTree) and algorithms for Julia.
-
Updated
Sep 23, 2024 - Julia
High performance nearest neighbor data structures (KDTree and BallTree) and algorithms for Julia.
Octree/Quadtree/N-dimensional linear tree
A Python implementation of Priority R-Tree, an alternative to RTree.
Memory-resident B+ tree implementation, supporting insertion, key based search, bound based search and range search operations.
Julia wrapper around the Faiss library for similarity search with PythonCall.jl
On-Disk Implementation of R-Tree with Insertion and Bulk Load. This data structure efficiently stores and retrieve multi-dimensional data, very similar to B+ Tree where data is 1D though.
Create a symbol table data type whose keys are two-dimensional points. Use a 2d-tree to support efficient range search and nearest neighbor search.
Vectors - Nearest neighbor search and Clustering using LSH, Hypercube (and Lloyd's only at the clustering) algorithms with L2 metric.
Neighbor Search and Clustering for Vectors using Locality-sensitive hashing and Randomized Projection to Hypercube
Master's thesis titled "MAKING LARGE TRANSFERS FAST FOR IN-MEMORY DATABASES IN MODERN NETWORKS". Style files forked off from the sample thesis from @fishcorn. To compile go to "thesis" folder and run `make`.
AngularJS functionality to query the server for events either from the user's current location using HTML5 Geolocation or the user's city preference's coordinates. Remove event if the distance between it and the user's location is bigger than the specified range of miles.
A generic binary search tree implementation in C# featuring tree traversals, range search and rebalancing.
📝 Inserting numbering plan data from the site https://rossvyaz.gov.ru/ in the Oracle database and a quick search in the inserted data
Search and clustering vectors in C++
my solution to interview bit problem
Implemented B+ Tree for executing range queries on large SQL records
Add a description, image, and links to the range-search topic page so that developers can more easily learn about it.
To associate your repository with the range-search topic, visit your repo's landing page and select "manage topics."