Re: CPU cores & threads & fibers

2015-06-16 Thread Rob T via Digitalmars-d-learn
On Sunday, 14 June 2015 at 15:54:30 UTC, Etienne Cimon wrote: On 2015-06-14 08:35, Robert M. Münch wrote: Hi, just to x-check if I have the correct understanding: fibers = look parallel, are sequential => use 1 CPU core threads = look parallel, are parallel => use several CPU

Re: Where can i find examples of multi-threaded fibers?

2015-07-28 Thread Rob T via Digitalmars-d-learn
On Monday, 27 July 2015 at 18:30:06 UTC, Gary Willoughby wrote: Where is the discussion? This must be it http://forum.dlang.org/thread/pflkijjjuyyhextxv...@forum.dlang.org I'm interested in the same subject right now, and was wondering about the same question you asked.

Is there any implementation of a 128bit integer?

2022-07-08 Thread Rob T via Digitalmars-d-learn
https://forum.dlang.org/post/mailman.10914.1566237225.29801.digitalmars-d-le...@puremagic.com In case someone comes across this old thread https://dlang.org/phobos/core_int128.html