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 ... 64
Title Δ
Why does Rust have a "Never" primitive type? +0.32
Is it documented that Cargo can download and bundle multiple versio... -0.16
Is there any trait in Rust that gets notified if a structure is mov... +0.85
Why is my Rust program that performs array reversal slower than the... 0.00
How to use a reference to the underlying data protected by a Arc<... 0.00
Can I use the hashes in a HashMap directly? 0.00
Why does matching a Result require an explicit Err when changing th... +0.33
Unexpected x64 assembly for __atomic_fetch_or with gcc 7.3 +1.69
What is the Rust time type that is the best fit for a distributed e... +0.31
What do four consecutive vertical lines mean? -0.82
Why is splitting a Rust's std::collections::LinkedList O(n)? -1.25
Why are types always a certain size no matter its value? -0.13
How to create a cyclic reference with Arc and Weak? -1.51
How do I properly use std::string on UTF-8 in C++? +1.08
What does a lifetime mean when returning a conservative impl trait? -2.17
How to compute the minimum of the difference of a vector of values? +1.71
Why doesn't the signature of std::str::parse use a trait bound? +1.30
How can you easily borrow a Vec<Vec<T>> as a &[&... 0.00
When should I add mut to closures? 0.00
What are the use cases of the newly proposed Pin type? +1.04
How to use the Pin struct with self-referential structures? 0.00
Forced to use of Mutex when it's not required +1.16
Why do I get "does not live long enough" errors when reim... 0.00
What is the stabilization process? -2.82
Why is populating a Vec via replacing defaults so much faster than... 0.00
How does exactly rust handle return values 0.00
Is it undefined behavior to do runtime borrow management with the h... -0.39
How to I deal with mutually dependent Rust borrows? 0.00
Can Rust produce an indirect jump instruction? 0.00
Is it safe to use a raw pointer to access the &T of a RefCell&l... -1.15
Why is my recursive Fibonacci implementation so slow compared to an... -2.67
Could software written only in Rust fully avoid race conditions? 0.00
What are the main differences between a Rust Iterator and C++ Itera... +1.02
Initialising a function pointer inside a struct 0.00
Why does the implentation of `FromIterator` in the rust docs use an... 0.00
Is there a simple way to use an integral generic type in Rust? 0.00
gcc ASAN vs. Rust? +0.89
Getting 'unordered' semantics in Rust 0.00
What are the semantics for dereferencing raw pointers? 0.00
Rust seems to allocate the same space in memory for an array of boo... 0.00
What's the right way to have a thread-safe lazy-initialized pos... 0.00
How to efficiently push displayable item into String? 0.00
How can I run clean-up code in a Rust library? +2.31
How to get the lower bound and upper bound of an element in Rust BT... -0.16
What does `impl` mean when used as the argument type or return type... +2.10
How to implement a mutable cactus stack in Rust? 0.00
What are the performance implications of consuming self and returni... 0.00
Why can't I compare two integers of different types? +1.03
Runtime cost of creating new struct with update syntax in Rust -0.42
How to tell the compiler the variant of the enum I'm returning... +1.63