Tariq Daouda

Results 17 comments of Tariq Daouda

I fixed it, but it's not optimized, savings are not batched

The boostrap module is a legacy submodule. We should probably remove it and have datawraps hosted remotely (ex: on github). Something that was less convenient to do when pyGeno started....

I also have noticed this drop in performances. This is something that would need to be improved in the future.

It has been relatively stable recently (the next version is coming soon). I am still maintaining it by fixing bugs and adding features as needed. But as this is a...

Could you post the class definition please?

Like a way a to send arbitrary calls to the db? I think that would be cool and would add a lot of flexibility. Alternatively, I have written a driver...

I am not familiar with greenlets, but if all threads are behind the same connection query results might get swaped. You could try having several connections, running each query in...

Hello, pyArango supports multi-threading throught gevents. Cheers, T. Edit: Even without gevents enabled, pyArango should be relatively threadsafe. In case of a 1200 error, the request will be retried a...