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.
マルチコアAndroidフォンで並列アプリケーションを作成できますか?アプリケーションをスレッドに分割し、コア上で各スレッドを実行して、アプリケーションを高速化しようとしています。コア上のスレッドの分散を制御できますか?
コアでスレッドの分散を制御できますか?
いいえ、あなたはしたくありません。必要に応じてスレッドを作成します。OS / VM がコア間で分散する方法を決定します。OS / VM エンジニアは私たちより賢いです。