Soham Sen

Results 16 comments of Soham Sen

Alright then. We will build a Master Anime one. On Sun, Jan 14, 2018 at 8:37 PM, Anshuman Verma wrote: > Yes, that can be done @FadedCoder , but >...

@vir-mir is it somehow possible to use `execute_batch()` or `execute_values()`? According to https://github.com/psycopg/psycopg2/issues/491#issuecomment-276551038: ``` cur.executemany(): 761.322767019 sec execute_batch(): 14.6529989243 sec execute_values(): 12.4037430286 sec pgcopy: 2.85529208183 sec ```

Hey @LLFourn, I was trying to implement it the way you suggested but that would require changing the derived traits since the current ones (Eq/Ord/Hash/Copy straight up won't work, Clone...

@LLFourn Yeah that sounds good. Also I think it would be better to use non immutable Fn since if we add mutability with an `Arc`, it'll become more complex (we'll...

Ping. Facing same issue on Windows 10, Python 3.7.2 and using aiohttp. Will post a minimal example soon, but it's along the lines of: ``` for _ in range(threads): #...

Hm, then how is Pantalaimon supposed to be used according to the documentation? @jaller94