Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

多线程的一些可能的优化 #142

Open
3 of 4 tasks
OldDriverTree opened this issue Aug 10, 2022 · 0 comments
Open
3 of 4 tasks

多线程的一些可能的优化 #142

OldDriverTree opened this issue Aug 10, 2022 · 0 comments
Assignees

Comments

@OldDriverTree
Copy link
Contributor

OldDriverTree commented Aug 10, 2022

  • 线程绑定到固定的cpu核心,需要相应的系统调用
  • 使用类似openmp guided的任务分配策略,实现需要原子操作或锁
  • 减少不必要的线程创建
  • 支持含有函数调用的代码的并行
@OldDriverTree OldDriverTree self-assigned this Aug 17, 2022
Cydiater pushed a commit that referenced this issue Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant