talk-data.com talk-data.com

M

Speaker

Maxim Danilov

1

talks

Filter by Event / Source

Talks & appearances

1 activities · Newest first

Search activities →

Many developers avoid using generators. For example, many well-known python libraries use lists instead of generators. The generators themselves are slower than normal list loops, but their use in code greatly increases the speed of the application. Let’s discover why.