veb_tree 0.1.1
Install from the command line:
Learn more about RubyGems packages
$ gem install veb_tree --version "0.1.1"
Install via Gemfile:
source "https://rubygems.pkg.github.com/abhinvv1" do
gem "veb_tree", "0.1.1"
end
About this version
VebTree is a production-quality Van Emde Boas tree implementation providing O(log log U) time complexity for insert, delete, search, successor, and predecessor operations on integer sets. The core algorithm is implemented in C++17 for maximum performance with an idiomatic Ruby API.
Perfect for applications requiring fast integer set operations, range queries, and successor/predecessor lookups within a bounded universe.