Psilon

Results 148 comments of Psilon

I understand the goal. Unfortunately current implementation of `likely` works with expressions only (see https://github.com/rust-lang/rust/issues/26179 ), so it couldn't be applied to the match branches. So the only way to...

> likely looks like a micro-optimization, and C++ version doesn't use it. If C++ code has better predictions rate, than it seems like Rust has a little problem with the...

Sqrt is highly demanded. Any progress on that? I probably could implement babylinian sqrt-ion, but i'm not sure if it's what is wanted.

Great work! Gonna try it tomorrow.

I think it worth stick with rust defaults. For example you can check `Div` trait example itself: https://doc.rust-lang.org/std/ops/trait.Div.html ```rust impl Rational { fn new(nominator: usize, denominator: usize) -> Self {...

Related to: https://github.com/actix/actix-web/issues/1560

Because copying method implementation is a bad practice marks it as "needed publicly"? Is there any reasons why exception constructor is public but a thin wrapper on top of it...

So? I really hope this gets merged. What's the danger of making those methods public? I don't see any reason why they couldn't be public. Users cannot break it in...

@wafflespeanut any plans on OpenApi 3.0?

I've got it on two different endpoints (non-alchemy ones) so this must be a hardhat issue. I might try creating a MRE but I will only be able to do...