Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4ed9e49

Browse files
Update readme.md
1 parent acd4042 commit 4ed9e49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Python Cache: How to Speed Up Your Code with Effective Caching
2+
* [How to implement a cache in Python](#how-to-implement-a-cache-in-python)
3+
+ [Install the required libraries](#install-the-required-libraries)
4+
+ [Method 1: Python caching using a manual decorator](#method-1-python-caching-using-a-manual-decorator)
5+
+ [Method 2: Python caching using LRU cache decorator](#method-2-python-caching-using-lru-cache-decorator)
6+
+ [Performance comparison](#performance-comparison)
27

38
This article will show you how to use caching in Python with your web
49
scraping tasks. You can read the [<u>full

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /