Files
filament/libs/utils/test/test_BinaryTreeArray.cpp
Mathias Agopian 1f3dad48b6 Improve Binary Tree Array by getting rid of the recursion
We use a stack instead, it’s not terribly different
from the recursion but it saves function calls
which use a lot more stack than needed.
2018-08-22 14:55:17 -07:00

4.1 KiB