StackRating

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

edharned

Rating
1441.14 (4,534,360th)
Reputation
1,690 (97,764th)
Page: 1 2 3
Title Δ
Parallel matrix multiplication in java -1.23
Health and tuning of ForkJoinPool 0.00
How does the worker thread "steal" from another worker th... 0.00
Threading issue revealed with Java tutorial on OSX High Sierra 0.00
Check size and then perform operation - is it safe for ConcurrentLi... -0.34
Why the result which the system should print to me changes every ti... +0.10
RecursiveTask Throwing StackOverflowError While executing ForkJoin 0.00
Why Unsafe.putOrderedObject is need in push of ForkJoinPool.WorkQue... 0.00
Parallelisation of program is increasing execution time 0.00
Why are fork join tasks executed outside the common fork join pool... -2.09
ExecutorService: how to prevent thread starvation when synchronizat... +0.47
How does RecursiveAction work? +0.69
Are Parallel Streams and forkjoinpool safe to use in Production? -2.60
Java Thread.isInterrupted() returns false even when there are no bl... 0.00
No worker threads when fork-join has work to do? 0.00
Dynamically distributing workload to multiple threads in Java -1.41
How to identify and restart the threads that have been killed after... -3.46
Why does the parallel stream not use all the threads of the ForkJoi... -2.95
ForkJoinPool creates a huge amount of workers -3.50
java 8 : Are LongAdder and LongAccumulator preferred to AtomicLong? -1.29
Java LongAdder sumThenReset Concurrency 0.00
Which number of threshold will be better in Java7 ForkJoinTask 0.00
Pause/Resume a Thread -3.62
Unexpected Scalability results in Java Fork-Join (Java 8) 0.00
Design pattern for returning responses from child threads +0.39
How many threads are spawned in parallelStream in Java 8? -3.17
Fork Join simple program example - need guidance on error +1.39
In Java's ForkJoinTask, does the order of fork/join matter? +4.54
Is there a Java data structure that is thread-safe for parallel thr... -2.52
Java ForkJoinPool with non-recursive tasks, does work-stealing work? -2.75
Concurrent checking if collection is empty -1.39
Confused by docs and source of CountedCompleter 0.00
Java Fork Join Pool Timing Issue +1.47
Pushing objects to webservice - ForkJoinPool correct approach 0.00
Why are Streams faster than ForkJoinPool in MergeSort? 0.00
ForkJoinPool using more CPU than specified 0.00
Android Concurrent : UI thread edit a variable and other thread rea... 0.00
Java multi-threading - Find max-element in list with a Fork-Join ap... 0.00
Modifying a server to allow multiple clients to connect concurrently 0.00
Abort a RecursiveTask with a given result? 0.00
how can I have a linked list that multiple clients can read write to? 0.00
Threads in Android Studio (onClick) -3.63
How to start new JavaFX (Application) thread? 0.00
java fork-join executor usage for db access 0.00
Do I need to make both variables volatile in reader/writer scenario? -1.71
AtomicBoolean, set flag once, neccesary? Might a static boolean be... +2.42
Problems with Streams in Java 8 -1.19
How to kill/handle idle thread in Android (blocked by call to 3rd p... 0.00
Is it possible to call a javafx application within a jbpm work item... +0.53
Multithreaded code for File Download operation, not fast as compare... -1.33