Computational Science Asked by bluesky on August 29, 2021
I use python for my algorithm which uses only one core and I need more processing speed.
I have i7 6700K CPU with 8 cores. How to convert them to one core to have a total performance of 8 cores?
Multiprocessing and multithreading python modules don’t fit in my case.
Effectively, what you are asking, is how to take advantage of a multicore architecture without parallelizing code yourself. There are no ideal solutions for that, most likely, you will have to parallelize the code yourself manually; otherwise, you are bound to use a single core.
Nevertheless, there are a couple of things one can take advantage of:
In conclusion, there is stuff to explore, but there is no such thing as turning multiple cores into a more efficient single core.
Answered by Anton Menshov on August 29, 2021
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP