13 skills found
learnedsystems / RadixSplineA Single-Pass Learned Index
surrealdb / VartA timed adaptive radix trie data-structure, used in SurrealKV
thegedge / Java Radix TreeA Java implementation of the radix tree data structure that adheres to the `java.util.Map` interface.
sauerbraten / RadixAn implementation of the radix tree data structure (http://en.wikipedia.org/wiki/Radix_tree).
amdreallyfast / GpuRadixSortThis demo sorts an SSBO composed of generic OriginalData structures according to a particular value in the OriginalData structure. This is a more practical application (for me) than a simple Radix sorting over integers because this demo lays the groundwork for me being able to sort many Particle structures along a Z-order curve by actually shuffling around the ParticleBuffer according to the particles' position-derived Morton codes. And that will be a setup for the parallel creation of a bounding volume hierarchy. A simple Radix sort over integers is nice and all, but it doesn't lay the groundwork for something practical like this demo does.
sergv / Radix TreeHaskell implementation of the radix tree data structure
hammamikhairi / RadixTreeAn implementation of the Radix Tree data structure in Go
vishkx / Nextjs16 Shadcn StarterNext.js 16 starter with React Compiler, shadcn/ui (radix-nova), Tailwind CSS, animated theme toggle, TanStack Query, Sonner toasts, and a well-structured layout.
mrmotsumi / Java Algorithms AND Data StructuresAlgorithms (Linear Search, Binary Search, Bubble Sort, Selection Sort, Merge Sort, Insertion Sort, Quick Sort, Shell Sort, Radix Sort, Heap Sort, Bucket Sort) & Data Structure
TobiBu / YggdraxJAX-native tree toolkit for fast hierarchical tree structures: radix and k-d trees today, extensible to octrees and other trees in the near future.
ykmnkmi / Radix Tree.dartDart implementation of the Radix Tree data structure.
iij / Ruby RadixAn implementation of a radix tree data structure
galactixx / Heapcraftheapcraft is a Go library offering a suite of heap data structures which include binary, d‑ary, pairing, radix, skew, and leftist heaps.