StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Arch D. Robison

Rating
1551.23 (7,578th)
Reputation
2,675 (63,154th)
Page: 1 2
Title Δ
Differentiate continuos pass vs blocking style in intel tbb 0.00
What is the syntax for floor division in Julia? 0.00
With memory_order_relaxed how is total order of modification of an... +2.70
Are acquire/release semantics really enough for implementing critic... 0.00
TBB Recursive chain reaction with more spawned tasks 0.00
Barrier between memory sections +3.44
gcc and cpu_relax, smb_mb, etc.? +3.50
How to wait for a single task in Intel TBB in a task group and kill... 0.00
How if mfence is separated as two fences 0.00
What tasks does a memory barrier enforces other than preventing the... -0.67
why does spinlock with std::memory_order_relaxed perform correctly? +1.47
TBB parallel_for: why Body::operator() argument is not const? 0.00
Memory barriers in Parallel.For +0.61
Is there a blas implementation using cilkplus array notation? -0.52
Cilk work stealing performance 0.00
Parallel order-preserving selection from an array using tbb +3.54
Are atomic operations enough for a mutex? 0.00
How to make Mac OS application find private dynamic library? -0.48
Debugging in threading building Blocks 0.00
is it ok to construct from a stl container which has a different al... 0.00
Why does this Cilk Array Notation matrix perform nearly twice as sl... 0.00
Can mutex replace memory barriers +3.38
Do virtual cores contribute to performance when parallelizing a mat... +3.69
How to get function breakdown from Go profile +0.17
Do I need to use volatile keyword for memory access in critical sec... -0.33
Why does CILK_NWORKERS affect program with only one cilk_spawn? 0.00
Parallelizing a for loop using openmp & replacing push_back -0.16
How to parallelize std::partition using TBB +3.81
How to multithread "tail call" recursion using TBB +2.42
Is Intel Xeon Phi used intrinsics get good performance than Auto-Ve... +3.65
Implementing MapReduce in TBB 0.00
Why is my for loop of cilk_spawn doing better than my cilk_for loop? 0.00
bit test and set (BTS) on a tbb atomic variable 0.00
OpenMP recursive tasks 0.00
Threaded Building Blocks (TBB) ```enqueue``` task lifetime 0.00
Fragment code from libbb.h file 0.00
What is the meaning of the read memory barrier? -3.28
Visual Studio Intel Threading Building Blocks DLL error 0.00
The strange copy behavior of Intel Cilk Plus array notation 0.00
How do I use tbb::parallel_invoke to run large number of tasks in p... 0.00
Why does it gives segmentation fault in cilk, I am using ICC compiler 0.00
OpenMP atomic memory order 0.00
What is data-dependency barrier: Linux Kernel 0.00
Using C++11 thread_local with other parallel libraries -3.40
How Can synchronize data between differernt cores on Xeon (linux ho... -0.28
Determining the location for the usage of barriers/fences 0.00
Intel TBB get progress of work +0.27
Does tbb::concurrent_unordered_map::unsafe_erase invalidate any exi... 0.00
Polynomial multiplication CilkPlus 0.00
Memory barriers through programming 0.00