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 ... 5 6 7 8 9 ... 64
Title Δ
This slightly modified Rc<()> is Sync, but not Send, right? 0.00
Is it possible to map a function over a Vec without allocating a ne... +1.85
How to format a String object in Rust? 0.00
Is there a way to create an alias of an enum value? +1.87
Arc reference to member of field 0.00
Specify relation between types as a trait or macro 0.00
Can #[inline] be used in both trait method declarations and impleme... 0.00
What is the correct way to convert a Vec for FFI without reallocati... 0.00
Error Reading & Calculating Quotient +1.86
Match arms that return iterators? 0.00
How to add constraint that one generic type implements another gene... -0.64
How do you write an iterator to a File or Stdout (anything implemen... -0.88
Acquiring a RwLock for read and keep it beyond the scope 0.00
How to best *fake* keyword style function arguments in Rust? +0.28
Rc<Trait> to Option<T>? +1.86
How to write an idiomatic build pattern with chained method calls i... +0.36
How to match on data type in Rust? 0.00
How can I define an associated const or type alias in Rust? 0.00
Is there any safe way to ensure an arbitrary drop happens before so... -0.44
Right way to share a reference between closures 0.00
Left Rotation of Binary Tree in Rust Fails to Outlive The Original 0.00
Create a HashMap<i32, i32> in Rust 0.00
Rust extend struct fields? 0.00
Why do I get a lifetime error when I use a mutable reference in a s... 0.00
Save C-Style array values using gmock +0.37
Reference to an interval of values in c++ -0.34
Why does one non-consuming builder compile while another does not? 0.00
Equivalent of constexpr from C++? 0.00
Joining a thread in a method that takes `&mut self` (like drop)... -0.33
Using .into() when type inference is impossible -2.19
Convert Vector of String into slice of str in Rust? -0.66
How solve "cannot index a value of type `usize`" error? 0.00
Rounding a f64 to nearest i64 in Rust -2.10
How does the super keyword work in Rust? -0.73
Which integer operations have higher performance alternate methods... +1.76
Why is passing `self` as a raw pointer not allowed? 0.00
How do you abstract generics in nested Rust types? 0.00
Convert Arc<RwLock> to &mut 0.00
How to use 2 iterators for sum function calculating map <string,... -0.50
Can I create an owned pointer to a stack object +1.28
Are there queue and stack collections? -0.18
C++: find() with custom == operator -0.15
Indexing vector by a 32-bit integer +1.68
Data structure is not modified when calling a method that takes `se... 0.00
How do I check whether a vector is equal to another vector that con... -0.04
Minimize time overhead in trivial recursive virtual function calls +2.04
Is ((a + (b & 255)) & 255) the same as ((a + b) & 255)? +0.07
Uses of destructor = delete; -0.80
Is it better to destructure a value to access attributes or use the... 0.00
Does Rust's memory management result in fragmented memory? +0.36