EdorianDark

Results 18 comments of EdorianDark

It looks like there have been again merge conflicts.

I like the implemention of OpenAPI 3.1. But is it really a common use case to use both 3.0 and 3.1 at the same time? I would guess not, so...

That looks really nice. There is another PR #90545 improving std::sort, did you compare the performance of these two?

I think this is releated to https://github.com/bytecodealliance/wasmtime/issues/1045

There are no other functions like ```floor_func```, and I think adding ```floor_log2``` would stand out. I think ```ilog2``` would be a better name.

@yoshuawuyts Are there any other functions for integers and floats with the same name, but return different results?

@yoshuawuyts Yes am aware that the operators behave differently. But as far as I know there are up till now no functions with the same name and a completely different...

The functions `mul` and `div` are the functions implementing the operators, so they have to have the same name because of the design of the operators. Maybe lets looks at...

For operators like `*` or `/` and with them the functions `mul` and `div` the expectation is, that they operate within the the types of their arguments. The logarithm is...

Considering that the last commit in async-rs main is from July and the lack of recent activity in https://github.com/async-rs/async-std/pull/1036, does it really make sense to wait?