Language

Language

imagem 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.

7 posts / 0 new
Último post
Para obter mais informações sobre otimizações de compiladores, consulte Aviso sobre otimizações.
imagem de dotcsw

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

- Rick

imagem de duncanhopkins

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

imagem de jmfernandez

Im also using C++, STL and TBB

imagem de hitesh.sharma

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

imagem 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.

imagem de max001

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

Faça login para deixar um comentário.