Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在多核安卓手机上编写并行应用程序吗?我正在尝试将应用程序划分为线程并在核心上运行每个线程,以加快应用程序的速度。我可以控制内核上的线程分布吗?
我可以控制内核上的线程分布吗?
不,你不想。您可以根据需要创建线程。让操作系统/虚拟机决定如何跨内核分配。操作系统/虚拟机工程师比我们聪明。