How can i use cpu cash in python ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can i use cpu cash in python ?

Please help

16th May 2020, 10:20 PM
Jason
Jason - avatar
3 Answers
+ 1
I think you didn't understand my question?
17th May 2020, 3:11 PM
Jason
Jason - avatar
+ 1
In C programming language, we use cache to speed up the execution of the program. I wanted to use it in Python as well.
17th May 2020, 3:12 PM
Jason
Jason - avatar
+ 1
If you are talking about cache hits, then the same approach is applicable to python. You need to avoid cache misses and improve cache locality of data in your app. If u mean something else share you thoughts
17th May 2020, 10:49 PM
Max Charlington
Max Charlington - avatar