StackRating

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

Theodor Zoulias

Rating
1449.10 (4,532,891st)
Reputation
11 (2,060,414th)
Page: 1 2 3 4 5 6 7 ... 16
Title Δ
Locking under exclusive threads constraint 0.00
Using AsParallel on an IEnumerable - Will it have any benefit of pa... 0.00
Arithmetic operation resulted in an overflow even after applying un... 0.00
How to call my method at a particular throughput in C#? +2.38
Why can't I reach 100% CPU utilization with my parallel tasks c... 0.00
Multiple threads with infinite loop and thread.sleep high CPU usage 0.00
Correct way to cancel TPL data flow block 0.00
How to run Tasks such that the last one started (not completed) wins? 0.00
Can I safely remove await Task.CompletedTask call at the end of a m... -1.38
C# Should I use lock statement when I am only reading and not chang... -0.72
Using TaskCompletionSource to transform library into an awaitable o... 0.00
c#: Restart an Async task after certain time passes before completion -0.39
Parallel.Invoke Not working as expected in C# +0.61
C# System.Timers.Timer Class elapsed event and timer general precau... 0.00
Design help for parallel processing Azure blob and bulk copy to SQL... 0.00
Parallel.Foreach with shared absolute index for all the parallel pr... -0.36
How to get context of Exception 0.00
Cancel a loop in a task from outside -1.63
Avoiding use of ActionBlock<TInput>.Post when PostDataflowBlo... +0.60
Parallel tasks in .NET Core Windows Service hang after a few seconds 0.00
Firing Recurring Tasks At The Same Time +0.59
Increment a variable when condition (LessThan a constant) is met in... -1.57
How to execute multiple async calls in parallel efficiently in C#? 0.00
Does Channel<T> support multiple ChannelReaders and ChannelWr... 0.00
Parallel tasks performance in c# -1.59
Handle multiple queues parallel in a background service in .net core 0.00
In need of a high performance C# collection that do not enforce dat... 0.00
_ = Task.Run vs async void | Task.Run vs Async Sub -0.19
What might ChannelReader<T>.ReadAny implementation look like? 0.00
Chaining sequential async tasks within a ForEach loop: Is this a go... -0.73
Is there a way to generically quickly insert (log(n)) an item into... +2.35
using TPL ActionBlock, Can I add a new item after the job completed 0.00
How to call the method that returns Task<T> in a boolean retu... -0.44
ActionBlock B never receives item returned by TransformBlock A 0.00
Is having a return type of Task enough to make a method run asynchr... -0.76
C# WPF program button click run a task until another button click s... +0.72
c# TaskFactory ContinueWhenAll unexpectedly running before all task... -0.40
C# MultiThreading - List<Object> Locking a list from a thread... 0.00
Running Multiple Tasks parallely results in System.AggregateException -1.41
async/await deadlock caused by Thread.Sleep? +0.25
Not awaitable method exception thowing inconsistent behaviour +1.94
await not awaiting when used in a LINQ expression inside a List<... -0.71
How to iterate "Task<List<Object>>" in C#? +0.11
C# async lock get the same result without code execution -0.68
Effecient way to compare data tables -1.40
Cross-process mutex instantiation +3.13
Updating progressbar in parallel loop 0.00
Better way to Select to an async Func? -0.42
Fast intersection of HashSet<int> and List<int> +1.05
Using async to create an implicit task? -1.37