ikod / ikod-containers

some standard containers, safe, nogc
8 stars 3 forks source link

Does UnrolledList support work-stealing? #7

Open zoujiaqing opened 2 years ago

zoujiaqing commented 2 years ago

I am thinking of improving the task distribution performance of worker threads, hopefully in the form of work stealing.

ikod commented 2 years ago

I am thinking of improving the task distribution performance of worker threads, hopefully in the form of work stealing.

Unrolled list is just a list. I'm not sure if I understand your question.

zoujiaqing commented 2 years ago

Thanks, Is it thread-safe?

ikod commented 2 years ago

No, it is not thread-safe. It can be wrapped in rw-locks if this fits your requirements.

вт, 24 мая 2022 г., 16:46 zoujiaqing @.***>:

Thanks, Is it thread-safe?

— Reply to this email directly, view it on GitHub https://github.com/ikod/ikod-containers/issues/7#issuecomment-1135944759, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJW4SOVGO33C2APZWQ4PL3VLTMSDANCNFSM5WXEZ2SQ . You are receiving this because you commented.Message ID: @.***>