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 ... 9 10 11 12 13 ... 64
Title Δ
How can I write crate-wide documentation? 0.00
How to write a safe wrap for HashMap with default value -0.38
How does Rust guarantee memory safety and prevent segfaults? 0.00
Chaining checked arithmetic operations in Rust 0.00
Structuring of data in Rust 0.00
std::map in class : trade off between execution speed and memory us... +0.63
How to switch between two pointers in a struct 0.00
Is cloning a custom struct that can't implement Copy every time... 0.00
Writing a generic function that takes an iterable container as para... 0.00
Writing to multiple bytes efficiently in Rust 0.00
Mutating one field while iterating over another immutable field +0.28
Correctly storing a Rust Rc<T> in C-managed memory -2.25
How to check if a thread has finished in Rust? +1.72
If BufReader takes ownership of a stream, how can I read and write... -0.61
How to mutate another item in a vector, but not the vector itself,... +1.73
Trait bound using trait's associated type as parameter +0.45
How can I implement Ord when the comparison depends on data not par... +1.41
Struct needs a lifetime because? +1.43
Function to read and parse string into Iterator in Rust -2.42
Owned arena data structure 0.00
Implementing an iterator on itself returned as a box - compile erro... 0.00
How can the state be shared between the returned result and the nex... +0.97
Extending borrowed lifetime for String slice +0.39
Is `mem::swap`ing a `Mutex<T>` really safe? -1.80
How to swap two fields of a struct -0.36
Is there any way to create and open a file if it doesn't exist... -0.36
What is the right way to implement generic computation algorithms i... 0.00
How can I work around a RefCell issue? -2.25
Is there a way to "check and set" the value of a `std::ce... 0.00
Match shadowing example in the Patterns section of the Rust book is... -0.20
Which is faster for reverse iteration, for or while loops? +0.91
How to set a const int to maximum in C++? +1.16
Is the big integer implementation in the num crate slow? -0.94
Can Rust consume an iterator passed into a function? 0.00
Should .cloned() be before or after .filter() +1.62
Is reusing a memory location safe? +0.68
Learning Rust by porting from C +1.75
Rustc only warns when value that overflows is assigned 0.00
Do Rust's borrowing rules get in the way of functional data str... 0.00
Can Python's isinstance be emulated or used in Rust? -0.27
Explicitly cast a type that involves a specific function item type 0.00
How does the Rust compiler know whether a value has been moved or n... 0.00
Who is responsible to free the memory after consuming the box -0.33
Implement graph-like datastructure in Rust +0.43
Generic higher-order function reference error +2.18
What is the difference between iter and into_iter? +1.85
What's the difference between ref and & in this situation? +1.79
Is it possible to create a Box within a const item? +1.79
More than one file in module 0.00
Are there any conventions for aggregating multiple errors as the ca... +1.81