From 0b74b2baca2d83cad7ef7407aa8b6f2799b560ae Mon Sep 17 00:00:00 2001 From: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com> Date: Tue, 6 Sep 2022 16:22:12 +0200 Subject: [PATCH] Updated Performance Optimizations (markdown) --- Performance-Optimizations.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Performance-Optimizations.md b/Performance-Optimizations.md index 339db7f..1422d29 100644 --- a/Performance-Optimizations.md +++ b/Performance-Optimizations.md @@ -29,8 +29,6 @@ If performance is more important to you than programming in Python, you might wa ## Free Optimizations -**Note:** The 3rd party library will *not* be pure Python, so availability may depend on your OS, Python implementation & architecture. - ### PyPy [PyPy](http://pypy.org/) is a different implementation of the Python programming language. Is your bot only using pure Python code? Using PyPy can then probably¹ optimize all your code -- free of charge.