mirror of
https://github.com/moparisthebest/spdylay
synced 2025-03-11 07:30:54 -04:00

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.
See README.rst
Description
Languages
C
56.9%
C++
32.9%
Python
7.3%
M4
1%
Makefile
0.9%
Other
0.9%