An open API service providing repository metadata for many open source software ecosystems.

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

Related Topics
knn-search 3 vectors 3 lsh 3 b-plus-tree 3 hypercube 3 rtree 3 range-query 2 lloyds 2 clustering 2 nearest-neighbor-search 2 quadtree 2 octree 2 nearest-neighbors 2 kd-tree 2 linear-programming 1 matplotlib 1 quickhull 1 scipy 1 voronoi-diagram 1 2d-points 1 2d-tree 1 immutable 1 scratch-implementation 1 graham-scan 1 gift-wrapping-algorithm 1 divide-and-conquer 1 delaunay-triangulation 1 convex-hull 1 computational-geometry 1 write-ahead-logging 1 user-defined-functions 1 undo-redo 1 tsql 1 transaction-processing 1 stored-procedures 1 sql-server 1 sql-parser 1 sql-builder 1 sql 1 large-files 1 ray 1 parallel 1 n-dimensions 1 knn 1 knearest-neighbors 1 high-dimensional 1 geometry-algorithms 1 geometry 1 frustum-culling 1 cpp20 1 cpp 1 collision-detection 1 bounding-box 1 space-partition-tree 1 rust-library 1 rust-lang 1 indexing 1 bsp-tree 1 time-complexity-analysis 1 symbol-table 1 search-and-replace 1 level-order-traversal 1 java 1 insertion-sort 1 geolocation 1 distance-measures 1 angularjs 1 similarity-search 1 faiss 1 lsh-implementation 1 lsh-algorithm 1 kmeansplusplus 1 clusters 1 clustering-algorithm 1 cluster 1 university-of-utah 1 thesis 1 rdma 1 migration 1 master-thesis 1 latex-template 1 infiniband 1 in-memory-database 1 bulk-operation 1 k-medoids 1 hamming-distance 1 locality-sensitive-hashing 1 kmeans-plus-plus 1 ondisk 1 bulk-load 1 relational-databases 1 object-relational-mapping 1 normal-form 1 n-way-merge-sort 1 entity-relationship-models 1 database-management 1 database-design 1 aries 1 rtree-range-queries 1 rectangle 1