qasaur / gremgo

A fast, efficient, and easy-to-use Go client for the Apache TinkerPop graph database stack
MIT License
98 stars 49 forks source link

How does this compare to go-gremlin/gremlin? #29

Closed tejasmanohar closed 6 years ago

tejasmanohar commented 6 years ago

@qasaur I'm looking into using Gremlin. How does this package compare to https://github.com/go-gremlin/gremlin? Did you consider using that before. Curious regardless, but if you did, what drew you towards writing gremgo?

qasaur commented 6 years ago

@tejasmanohar Back then I think the main reason was that go-gremlin did not use connection pooling as well as did not utilise goroutines and other performance-enhancing tricks as much as it should, so I decided to rewrite a new library with performance in mind.

qasaur commented 6 years ago

Closing this due to inactivity on the issue.