Topic: "range-search"
KristofferC/NearestNeighbors.jl
High performance nearest neighbor data structures (KDTree and BallTree) and algorithms for Julia.
Language: Julia - Size: 1.23 MB - Last synced at: 1 day ago - Pushed at: 5 months ago - Stars: 434 - Forks: 66

attcs/Octree
Octree/Quadtree/N-dimensional linear tree
Language: C++ - Size: 1.85 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 159 - Forks: 18

atksh/python_prtree
A Python implementation of Priority R-Tree, an alternative to RTree.
Language: C++ - Size: 3.68 MB - Last synced at: 17 days ago - Pushed at: 8 months ago - Stars: 22 - Forks: 2

habedi/spart
A collection of space partitioning trees for Rust 🦀
Language: Rust - Size: 51.8 KB - Last synced at: 19 days ago - Pushed at: about 1 month ago - Stars: 13 - Forks: 1

ByJuanDiego/b-plus-tree
Memory-resident B+ tree implementation, supporting insertion, key based search, bound based search and range search operations.
Language: C++ - Size: 2.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

zsz00/Faiss.jl
Julia wrapper around the Faiss library for similarity search with PythonCall.jl
Language: Julia - Size: 1.3 MB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 3

morkev/kd-trees
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.
Language: Java - Size: 15.6 MB - Last synced at: 7 days ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

m31coding/M31.BinarySearchTrees
A generic binary search tree implementation in C# featuring tree traversals, range search and rebalancing.
Language: C# - Size: 21.5 KB - Last synced at: 14 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Sitaras/Software-Development-for-Algorithmic-Problems_Project-1
Vectors - Nearest neighbor search and Clustering using LSH, Hypercube (and Lloyd's only at the clustering) algorithms with L2 metric.
Language: C - Size: 15.8 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

giannhskp/Software-Development-for-Algorithmic-Problems_Project-1 Fork of Sitaras/Software-Development-for-Algorithmic-Problems_Project-1
Neighbor Search and Clustering for Vectors using Locality-sensitive hashing and Randomized Projection to Hypercube
Language: C - Size: 16.4 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

anirajk/masters-thesis
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`.
Language: TeX - Size: 95.1 MB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

anathomasity/angularjs-query-by-range-of-miles
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.
Language: JavaScript - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

ewdlop/SQLNotes
database design + database implemntaiton too;Bases de Datos Relacionales
Language: Jupyter Notebook - Size: 199 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Nikos25K/Computational-Geometry
📐 This project implements various computational geometry algorithms, focusing on convex hulls, linear programming, Delaunay triangulation, and geometric search. The code is organized into multiple modules, each solving specific geometry-related problems and demonstrating core computational methods.
Language: Python - Size: 861 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

mansi-k/BplusTree_rangeQ
Implemented B+ Tree for executing range queries on large SQL records
Language: C++ - Size: 1.48 MB - Last synced at: 6 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

VasiaKoum/Search-and-Clustering-for-Vectors
Search and clustering vectors in C++
Language: C++ - Size: 13 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

AnshPrakash/R-Tree
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.
Language: C++ - Size: 2.14 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0
