jadell / neo4jphp

PHP wrapper of the Neo4j REST interface
Other
532 stars 137 forks source link

Implemented streaming request in Stream.php and Curl.php #99

Closed alexbilbie closed 11 years ago

alexbilbie commented 11 years ago

Updated version of #96. Fixes #92

jadell commented 11 years ago

For future reference, and in case anyone is interested, I benchmarked with streaming headers vs. without streaming headers. https://gist.github.com/jadell/7163338#file-outcome

tl;dr pulling down +30k nodes without the streaming header takes between 60-70% longer than with the headers.