|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
digitalmars.D.dtl - MinTL update
I've added three new containers to MinTL: - singly linked list - concurrent queue as a circular singly linked list - dualqueue with per-thread node pools Included are implementations of compare-and-set (32 and 64 bit) for win32 and Linux. usual place: http://home.comcast.net/~benhinkle/mintl/ -Ben Aug 28 2004
Ben Hinkle wrote:I've added three new containers to MinTL: - singly linked list - concurrent queue as a circular singly linked list - dualqueue with per-thread node pools Included are implementations of compare-and-set (32 and 64 bit) for win32 and Linux. usual place: http://home.comcast.net/~benhinkle/mintl/ -Ben Aug 28 2004
Gold Dragon wrote:Ben Hinkle wrote:I've added three new containers to MinTL: - singly linked list - concurrent queue as a circular singly linked list - dualqueue with per-thread node pools Included are implementations of compare-and-set (32 and 64 bit) for win32 and Linux. usual place: http://home.comcast.net/~benhinkle/mintl/ -Ben Aug 28 2004
Gold Dragon wrote:Ben Hinkle wrote: Has the MinTL and DTL been worked out on whether or not they will combine or something? I'm still waiting for DTL and D to mature before I start using them. All the projects so far just blow my mind. In that, it is good since D now has somethings I wish were in C++ (or I just can't find them for C++, Demios is pretty awesome). Aug 28 2004
|