There are 0 repository under range-query topic.
BBoxDB is a scalable, highly available, and distributed data store for multi-dimensional big data. The software supports operations like multi-dimensional range queries and spatial joins. In addition, data streams are supported.
Date range picker, two-pane calendar with custom rendering and multiple selection. The tDatepicker more than 35 pretty options and many methods help you change date, getDate, update when you need.
Bisector tree implementation in OCaml
A BST (binary search tree) that supports fast clone, query and delete-range operations
Source code for Pivot Selection Algorithms in Metric Spaces: An Experimental Evaluation. VLDBJ 2021.
Memory-resident B+ tree implementation, supporting insertion, key based search, bound based search and range search operations.
This project contains implementation and explanations of some data structures and algorithms.
Encrypted Key-Value Store
Assemble virtual zip files and serve them over HTTP in Golang
Benchmark for spatial index libraries with file storage
Accepted solutions, doing topics on: Introductory Problems, Sorting and Searching, Dynamic Programming, Graph Algorithms, Range Queries, Tree Algorithms, Mathematics, String Algorithms, Geometry.
AVL Tree with duplicate node handling, key-value dictionary, range queries, and Vigenère cipher encryption.
Thread safe range queries with an unbounded (lock-free) Skip list
This repository contains the code of segment tree with lazy propogation to ans and update range queries in O(log(n)) time.
My C++ Solutions for Classic CSES Problems
A collection of essential algorithms, data structures, and mathematical utilities for competitive programming.
Programa em C capaz de realizar range queries nas cidades brasileiras
My solutions to CSES problemset. I will probably (not) solve the remaining problems/categories.
just a very simple and light weight (1.34KB) range slider built with jQuery.
Range slider plugin with smart
FARNESE (FlAsk RaNge quEry SErvice) : a REST service in Flask (Python) able to retrieve Point Of Interest (PoI) from PostGiS using spatial range queries
This repository contains the implementation code for my personal study of the "Sparse Numerical Array-Based Range Filters" (SNARF) data structure by exploring the integration of various non-linear kernel functions.
Generic multi-dimensional segment tree implementation for range queries
Solutions of competitive programming problems
A generic python3 implementation of segment tree and dual segment tree data structures. Supporting generic inputs and non-commutative functions.
MultiDimensional Data Structures Project
LocarKV (Logically Ordered Cache Accelerated Range-query). Aiming to utilize in-memory cache component to overcome the performance problem of range query in the KV separation scenario. Built on rocksdb(BlobDB). (In Progress)
Implemented B+ Tree for executing range queries on large SQL records
A collection of my implementations and Personal Experiences
High-performance generic segment tree and lazy segment tree implementations in Rust for efficient range queries, range updates, and interval operations. Supports custom monoid operations with zero-cost abstractions.