In the context of bytecode optimizations in newer python versions, will a lambda be inlined or is it still a function call?
Good question. I don't knowl I'll try to find out…
https://github.com/brandtbucher/specialist may be of help investigating this
Looks interesting. Will have a look!
In the context of bytecode optimizations in newer python versions, will a lambda be inlined or is it still a function call?
Good question. I don't knowl I'll try to find out…
https://github.com/brandtbucher/specialist may be of help investigating this
Looks interesting. Will have a look!