StackRating

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

Matthieu M.

Rating
1635.79 (773rd)
Reputation
213,195 (208th)
Page: 1 2 3 4 5 6 ... 64
Title Δ
How can I simplify this set of if statements? (Or, what's makin... -0.48
Function with a custom return type and the "false" return... -1.36
When to use `std::cmp::ordering` instead of an `if` statement in Rust +1.04
Rust subtyping/"runtime polymorphism"/using traits in Boxes 0.00
Why must my error be valid for the static lifetime when trying to s... +1.84
read file(not utf-8) line by line? 0.00
Creating a slice and appending to it in Rust 0.00
How to give multiple function parameters the same type? 0.00
What is the difference between a type alias and a tuple struct? 0.00
How to do a 'for' loop with boundary values and step as flo... +0.31
Performance of setting parameters of an object in Rust 0.00
How to mutate iterator elements in Rust to reverse substrings +0.69
Why is this not a dangling reference? 0.00
How to check whether a generic type implements a generic trait? 0.00
Calculate the duration between now and the next midnight using Chrono +0.34
Why does Rust not recognize that I re-assign to the moved variable... +1.87
Equivalent of specific template usage in C++ for Rust 0.00
What's the semantic of assignment in Rust? 0.00
How to call assembly functions inside Rust? 0.00
Why doesn't C++ support range based for loop for dynamic arrays? -0.63
How to generalize a function over two types with similar fields in... 0.00
Is a returned value moved or not? 0.00
Converting {integer} to f32 in Rust -0.77
Is a String array e.g. [String; 3] stored on the stack or heap? +0.33
One mutable borrow and multiple immutable borrows 0.00
Is there a cleaner way to test functions that use functions that re... 0.00
Rust interop with C++ std::string 0.00
When to use a reference or a box to have a field that implements a... 0.00
Why do destructors run when a panic occurs? +1.91
Create an Object-safe Trait in Rust with a method that accepts a cl... -2.01
How can I save state for a `CpuPool` worker thread? 0.00
How can I take an item from a Vec in Rust? -2.31
Efficient linked list in C++? +0.07
How can I eliminate this (seemingly) unnecessary clone() call using... 0.00
What is the right way to write double-checked locking in Rust? 0.00
Why does shadowing not release a borrowed reference? +1.04
Need holistic explanation about Rust's cell and reference count... 0.00
Is there a best practice when a type should be dynamically allocated? 0.00
Is there an idiom for assigning a var to the result of an unsafe ca... -0.12
How to prevent autoimplementation of Sync 0.00
Why is the performance of `while` said to be slower than `for` when... 0.00
Should I return &Option<Foo> or Option<&Foo> fr... -0.31
Type signature of a Rust HashMap of a function -0.17
What is purpose of `unwrap()` if the return value is not used? +1.05
Why does creating a mutable reference to a dereferenced mutable ref... +1.51
Why does std::thread::spawn() panic on error instead of returning a... +1.61
Disable default constructor in Rust? 0.00
What is the preferred way of working with run-time created instances? 0.00
Why doesn't `Box::new` return an `Option` or `Result`? +1.16
Passing array to function: array must have 'Sized' type 0.00