neo4jrb / neo4j-core

A simple unified API that can access both the server and embedded Neo4j database. Used by the neo4j gem
MIT License
99 stars 80 forks source link

Potential speed improvements #316

Closed cheerfulstoic closed 6 years ago

cheerfulstoic commented 6 years ago

This pull introduces two speed improvements:

There is also the beginning of a rake task which tries to stress the Bolt adaptor to find places where timeouts happen. Will be developing this more soon.