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

GitHub topics: splaytree

mattyv/FlashRadixTree

Associative container with the ability to search more efficiently if you know the key will be there. On par with std::map and well against std::unordered_map for most keys sizes, and especially where you have large keys with common prefixes.

Language: C++ - Size: 798 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

piotrmurach/splay_tree

A self-balancing binary tree optimised for fast access to frequently used nodes.

Language: Ruby - Size: 48.8 KB - Last synced at: about 16 hours ago - Pushed at: over 1 year ago - Stars: 24 - Forks: 1

neluckoff/Splay-Tree-in-Java

Splay Tray in Java with tree filling from a txt file.

Language: Java - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0