/fast_urlparse

An attempt at making urllib.parse much faster in Python 3

Primary LanguagePythonMIT LicenseMIT

Fast urllib.parse

A replacement for the stdlib urllib.parse module that uses singledispatch and other tricks to be much faster than what's bundled with Python.