-
- Downloads
FNode: reduce FNode::split allocation call count
An allocation was made for each child. Now an array of children is allocated in one go.
Please register or sign in to comment
An allocation was made for each child. Now an array of children is allocated in one go.