[tor-bugs] #8568 [Tor]: use TOR_SIMPLEQ for cell_queue_t

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Mar 22 18:29:32 UTC 2013


#8568: use TOR_SIMPLEQ for cell_queue_t
-----------------------------------+----------------------------------------
 Reporter:  nickm                  |          Owner:                    
     Type:  enhancement            |         Status:  new               
 Priority:  minor                  |      Milestone:  Tor: 0.2.5.x-final
Component:  Tor                    |        Version:                    
 Keywords:  tor-relay refactoring  |         Parent:                    
   Points:                         |   Actualpoints:                    
-----------------------------------+----------------------------------------
 It's silly to have our own, less-efficient implementation of a singly-
 linked queue. We can save a couple of CPU cycles, and some mental energy,
 by switching to TOR_SIMPLEQ.

 We should update this to know about destroy cell queues, once #7912 is
 merged.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8568>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list