StackRating

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

supercat

Rating
1359.31 (4,536,292nd)
Reputation
58,836 (1,588th)
Page: 1 ... 34 35 36 37 38 ... 65
Title Δ
What are the pros & cons of using an array of structures versus... -0.20
In C#, is there a way to simulate passing a pointer (without using... +0.66
const, readonly and mutable value types -0.47
How thread can access local variable even after the method has fini... -0.22
Don't Both JIT and non-JIT enabled Interpreters Ultimately Produce... 0.00
C# Dictionary that uses .Equals() instead of hashing -0.37
Event unsubscription memory leak due to exception 0.00
Create a shared IEqualityComparer +1.08
How much work in the Dispose method? -0.30
What is the correct way of adding thread-safety to an IDisposable o... +0.02
Why are System.Windows.Point & System.Windows.Vector mutable? +1.13
How to check if float can be exactly represented as an integer 0.00
Profiling cycle time jitter in loops -0.74
Difference between catch(Exception), catch() and just catch -0.33
Monitor.Wait - while or if? 0.00
Automatically calling method after code block -0.98
How do I do I make an inherited immutable property mutable in C#? -0.88
What does it mean to have an incomplete array in a struct? +0.72
What is the most efficient between Timer and managing my own thread? +0.36
c# Using a reference to an event member +0.09
C# Downcasting Lists to IList "special tactics" -0.60
At what level does boxing of an object occur in .net? +0.27
Suggestions on how to avoid disposing of an object twice +0.05
String is immutable. What exactly is the meaning? 0.00
How to catch the original (inner) exception in C#? -0.33
Will disposable object clone cause memory leak in C#? +0.47
C# struct by-ref -0.04
C# Cannot hold the value of struct variable -0.55
Struct/Class to Interface substitution contract broken? -1.13
Does an ICollection<T> have an order? 0.00
Java exceptions rationale -0.59
WinForms and event handlers +2.07
Are destructor methods used implicitly by the garbage collector, an... -0.72
IDisposable + finalizer pattern +0.95
In C# does calling Dispose delete the object from Heap? -0.70
Is using an inline function as fast as directly writing the functio... -0.42
Is it bad design to pass the containing object as an argument to a... +0.34
Do effectively immutable objects make sense? 0.00
Delegates vs Interfaces in C# -0.06
Is it going to make any difference if a function is declared static... -0.82
What does "constant" complexity really mean? Time? Count... -0.72
what does it mean to convert int to void* or vice versa? +1.25
IDisposable pattern: shall I annulate vars when GC.SupressFinalizer -0.29
When to use parallel counting - MIT HAKMEM for bitcount when memory... -0.52
Does auto-implemented properties take away the use for fields? +0.36
Interface doubts +0.11
C# Reflection: How to get the type of a Nullable<int>? -0.26
Do interface variables have value-type or reference-type semantics? +0.03
Generating binary numbers with length n with same amount of 1's and... -0.77
Dealing with exceptions in constructor when implementing IDisposable -0.31