Language

Language

Imagen de percoction

Out of curiosity, which languages did everyone choose for implementation? I'm using C++. Nothing spectacular, but its been a while since I've used it and I wanted to practice with it again.

publicaciones de 7 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de dotcsw

I'm using C++ also, including a couple of things from the Standard Template Library.

- Rick

Imagen de duncanhopkins

Same thing here; GCC, C++, pthreads and stl.

Imagen de jmfernandez

Im also using C++, STL and TBB

Imagen de hitesh.sharma

I am also using C++ with STL, pthread etc...

Imagen de percoction

Yes, pthreads! In retrospect I should have used a heap allocator designed specially for threading as I find that my structures allocated in each thread are scattered throughout the heap instead of being allocated contiguously.

Imagen de max001

+1 for C++, STL and TBB. I also had some inital code in C#.

Inicie sesión para dejar un comentario.