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 ... 8 9 10 11 12 ... 16
Title Δ
Grouping objects into a period of time to produce minimal groups -0.73
why .net framework won't do async automatically 0.00
If a task gets locked, does it go back to the queue, or does it loc... -0.40
Retain variable values while running 2 or more tasks in parallel +1.20
How to provide a user with progress or estimation of time to needed... 0.00
TPL: How do I split and merge the dataflow? +0.63
Should interlocked implementations based on CompareExchange use Spi... +0.63
Timeout for asynchronous Task<T> with additional exception ha... -0.35
When can Task.Delay throw an ObjectDisposedException? 0.00
Is it possible to convert a `ref bool` to a CancellationToken? -0.67
Is it threadsafe to add to a ConcurrentDictionary using foo[bar] =... -1.44
How does using await differ from using ContinueWith when processing... -1.39
Why to use Async inside Task.Run? 0.00
Improve fetching tasks so there are no multiple enumerations 0.00
How do I properly implement async/await for image data migration? 0.00
How to run Finally() when all Observable async items are finished p... 0.00
TPL DataFlow proper way to handle exceptions 0.00
Speed processing improvement by using tasks 0.00
How to check an IEnumerable for multiple conditions with a single e... 0.00
C#: How to iterate over a list with many conditions (filters and gr... 0.00
Improve loop performance with alternative solution 0.00
What is the best way to group groupings of groupings? 0.00
Streaming data via IEnumerable & TPL Dataflow 0.00
Practical example of async await does not meet expectations 0.00
Using Threads and Tasks Concurrently in .NET. Best Practice 0.00
Thread-safe Cached Enumerator - lock with yield 0.00
C# - thread-safe implementation of a class with fixed array (queue/... 0.00
.net core Odd behaviour when in async await (maybe because of multi... 0.00
DeepCompare a lot of items as List 0.00
code throws Object synchronization method was called from an unsync... 0.00
Is there a C# class like Queue that implements IAsyncEnumerable? 0.00
Understanding SemaphoreSlim problems? -0.88
A simpler way of ignoring specific types of exceptions when awaitin... +0.07
How to chain async tasks with a CancellationToken? -0.31
How to optimize and do this more readeable 0.00
Extending C# async/await await doesn't await -0.51
How can I make sure my tests start and run correctly? 0.00
Why do multiple short Tasks end up getting the same id? -1.36
Optimising Finding Closest Value in a List of Values 0.00
.NET Async in shutdown methods? +0.53
C# asynchronous LCD write -1.53
C# Moving Database to a separate thread, without busy wait +0.12
Is there a way that I can simplify setting a value based on what is... +0.98
Avoiding boxing/unboxing in Dictionary with object TValue 0.00
I need to get multiple index's instead of one using linq -0.60
Correct disposal in IAsyncEnumerable methods? 0.00
C# multi-threaded foreach loop +0.11
In a LINQ with a select can I compare forward to the next row and d... -0.91
How to await an event click -0.50
Chaining arbitrary number of tasks together in C#.NET +0.29