Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 262 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 262 Bytes

gb_trees_ext

Extension of gb_trees module of Erlang OTP with lower bound algorithm.

ets_ext.erl - shows that ets:select function does full table scan, if range of keys is requested, even with ETS' type of ordered_set.