micha / resty

Little command line REST client that you can use in pipelines (bash or zsh).
MIT License
2.65k stars 143 forks source link

Performance in cygwin #39

Closed gv0tch0 closed 7 years ago

gv0tch0 commented 12 years ago

Resty is 2 orders of magnitude slower then POCurl on cygwin. A request that takes 7 millis to get back using curl takes 700 millis with resty (same exact options).

(Will provide traces tomorrow...)

frioux commented 11 years ago

I think my fork should be faster since it has way fewer forks, try it out: https://github.com/frioux/app-adenosine-prefab

gv0tch0 commented 11 years ago

thanks @frioux. i'll give adenosine a spin soon.

AdrieanKhisbe commented 9 years ago

Hey @gv0tch0, I know it's a bit late, but could you provide us your traces?

AdrieanKhisbe commented 7 years ago

closing so far because no details provided.