[Openmcl-devel] native threads

Taoufik Dachraoui dachraoui.taoufik at gmail.com
Fri Jan 5 06:10:33 PST 2024


Hi

In my current implementation of a classical actor model
I found that using ccl processes is much slower than sbcl threads

to create a thread I use ccl:process-run-function, is there another way to
create native threads that are much faster; I do not need the ccl
scheduling,
I want to create threads that are scheduled by the OS, I think that the ccl
scheduler is the reason why my ccl tests are much slower than the tests run
with sbcl

Regards
-- 
Taoufik Dachraoui
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20240105/5c10dbce/attachment.htm>


More information about the Openmcl-devel mailing list