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

Appearance settings

Commit 4ed9e49

Browse filesBrowse files
authored
Update readme.md
1 parent acd4042 commit 4ed9e49
Copy full SHA for 4ed9e49

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Open diff view settings
Collapse file

‎readme.md‎

Copy file name to clipboardExpand all lines: readme.md
+5Lines changed: 5 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.