From 3eaddc6db8e2d5ceea81bed5641e09ad3aee970d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sat, 2 Nov 2024 17:47:59 +0000 Subject: [PATCH] Drop outdated performance.txt file. Fixes #1411 --- docs/index.txt | 1 - docs/performance.txt | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 docs/performance.txt diff --git a/docs/index.txt b/docs/index.txt index 78585c8ef..89c00fba9 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -15,7 +15,6 @@ Documentation .. toctree:: :maxdepth: 2 - performance protocol tutorial/index diff --git a/docs/performance.txt b/docs/performance.txt deleted file mode 100644 index e5c04260c..000000000 --- a/docs/performance.txt +++ /dev/null @@ -1,11 +0,0 @@ -.. _performance: - -============================== -Possible areas for improvement -============================== - -Places for improvement, ordered by difficulty / effectiveness: - -* read_zlib() should have a Rust equivalent (~ 4% overhead atm) -* unpack_object() should have a C equivalent -