1
0
mirror of https://github.com/moparisthebest/spdylay synced 2025-03-11 07:30:54 -04:00
Tatsuhiro Tsujikawa 24e932dfa2 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.
2012-10-05 00:46:03 +09:00
..
2012-05-25 19:07:01 +09:00
2012-10-05 00:46:03 +09:00
2012-10-05 00:46:03 +09:00
2012-01-19 21:57:26 +09:00