StackRating

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

Anthony Williams

Rating
1655.53 (486th)
Reputation
53,283 (1,841st)
Page: 1 2 3 4 5 6 7 ... 11
Title Δ
Thread 1 and 2 are taking much priority in my implementation of Lam... +1.14
How can I profile the TLB hits and TLB misses in ubuntu -2.63
How to handle loading js only once for ajax page that can be loaded... -0.86
how to latebind click handler after ajax call without using callback 0.00
jquery .html() doesnt work 0.00
Initializing std::thread in ctor of movable class +1.29
Ajax page fetch design requires physical address -0.46
unordered_map usage 0.00
boost thread code ~uintmax_t(0) -0.57
Initializing const member within class declaration in C++ +0.57
SIGINT while doing std::thread::join() -2.94
JavaScript Replace Function -1.62
A non-shared smart pointer with incomplete types -2.56
Javascript RegEx partial match -0.60
Is this a valid alternative to the double checked locking? +0.57
Why does the thread synchronization not work? 0.00
emulate std::async with std::launch::sync? +0.30
Can macros in C++ define macros? +0.76
How to design a thread syncronisation in this case 0.00
What does the "lock" instruction mean in x86 assembly? +0.98
What's the difference between safe, regular and atomic registers? 0.00
`decltype` as part of template type specification within declaratio... 0.00
Concurrency: Atomic and volatile in C++11 memory model +1.69
Concurrency: C++11 memory model for shared variables in multithread... 0.00
How does pthread_exit stop a thread from quitting before completion... 0.00
C++ - Boost.Promise, Boost.Unique_Future and Move Semantics 0.00
Whats the difference between std::condition_variable and std::condi... +2.42
How to use std::atomic efficiently +0.81
wix modify registry value during Change/Modify 0.00
Why does std::move() not work without _Remove_reference? 0.00
how to deallocate stack in ucontext* , linux? 0.00
data_condition wait invalid argument error +1.17
C++ 11 threading API: is there a free implementation for MSVC 2010? +0.31
Error when compiling gcc 4.6.1 C++0x threading code on MacOSX Lion +0.31
What synchronization scheme should I choose to avoid deadlock on a... +0.50
c++ thread for quadcore +1.34
SSE instructions: single memory access -2.29
accessing first n variadic function arguments +0.72
How do I create a packaged_task with parameters? +1.46
Memory model ordering and visibility? +1.25
C/C++: casting away volatile considered harmful? +1.42
Can I use std::thread on windows? -2.30
What are the similarities between the Java memory model and the C++... +0.32
Semaphore vs. Monitors - what's the difference? +0.31
Checking whether a non-hardwired member function exists with SFINAE -1.76
How to pass message to a thread -1.80
Why doesn't my program catch an exception from dereferencing a null... +0.40
Does a mutex still need to be released if it times-out? +1.40
Is it smart to replace boost::thread and boost::mutex with c++11 eq... +2.13
Does a pthread_cond_signal or pthread_cond_broadcast call imply a w... -2.20