Yury Selivanov
Yury Selivanov
@gvanrossum What do you think about https://github.com/Tinche/aiofiles? Its approach is very lean -- use singledispatch to wrap all kind of objects that `open()` returns, and wrap them with proxies that...
> Is it any good? It's a fine little library, I view it more as a proof of concept. > Have you benchmarked it? No. I doubt it will perform...
I don't want to focus this particular discussion on performance questions -- I think that the main issue is to arrive at some API design that would make sense in...
> Do you want to provide an API with a "basic" implementation and let others to implement faster implementations (like using IOCP on Windows)? Sure, let's define some core API...
Sounds like a good idea to me.
Can you give a script to repro this?
@jaclarke can you please rebase this? I think we need to get it merged :)
> We should allow skipping name argument and generate something unique (e.g. uuid). Actually while we have variables in python (I mean sp_name = conn.declare_savepoint() ) names are useless, will...
> And instantiating one on every query (more specifically every with_codec call) makes very little sense. We do that though for every type descriptor for every query. Saying that I...
@ambv can you take a look into this?