+ 2
How can i use cpu cash in python ?
Please help
3 Respostas
+ 1
I think you didn't understand my question?
+ 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.
+ 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