python Comments 4 min read

Table of Contents

Introduction

This is the second part of a two part post describing how the Python modules installed on your system can impact run time of a grequests based program.

Read Part-I here.

Quick recap

Using gevent-openssl will certainly make Python2.7 code run faster but it will not give you speed gains for Python3.7. Find out more in the coming sections which explore Stage-3 and Stage-4.

grequests with gevent-openssl code change:

Stage-3

Stage-3 - Why is Python27 fast and Python3.7 slow?

Stage-4

Stage-4 - What did we do to make Python3.7 fast?

I have opened a Pull request to add this functionality to gevent_openssl.

Summary

Share this post

Comments