rust-chat icon indicating copy to clipboard operation
rust-chat copied to clipboard

why don't use pipelining ?

Open kannan83 opened this issue 8 years ago • 0 comments

why don"t use pipelining techniques for this task ? struct HttpParser { current_key: Option<String>, headers: Rc<RefCell<HashMap<String, String>>> } instead of using Rc<RefCell<>>

for headers, we can use 2 threads and pipelining them to update headers !

kannan83 avatar Aug 13 '16 19:08 kannan83