Home
last modified time | relevance | path

Searched refs:bottom_up_tree (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/benchmark/
H A Dso_binary_trees.rb20 def bottom_up_tree(item, depth) method
24 [bottom_up_tree(item_item - 1, depth), item, bottom_up_tree(item_item, depth)]
36 stretch_tree = bottom_up_tree(0, stretch_depth)
41 long_lived_tree = bottom_up_tree(0, max_depth)
49 temp_tree = bottom_up_tree(i, depth)
52 temp_tree = bottom_up_tree(-i, depth)