Skip to content

Faster #empty?

J.J. Green requested to merge faster-empty into master

Version 1.1.4 of librtree includes a built-in rtree_empty which should be much faster at checking emptiness than a check than rtree_height(rtree) == 0, the Ruby method #empty? now uses this facility

Merge request reports