Iterative treap implementation
This change implements spdylay_map functions in iterative approach instead of original recursive approach. The iterative version is overall faster than recursive one. The traversal function (spdylay_map_each) is slightly slower but it is not noticeable.
Showing
Please register or sign in to comment