-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
base64.b85encode uses significant amount of RAM #101178
Copy link
Copy link
Closed
Labels
performancePerformance or resource usagePerformance or resource usagestdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
performancePerformance or resource usagePerformance or resource usagestdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
On the same string:
b85encode takes up my entire RAM and crashes
On IPython:
Here is the GNU time stats:
I have gotten same results in Python 3.6, 3.7, 3.8, 3.9
Your environment
Linked PRs
binascii.b2a_ascii85#148166