rd4com
rd4com
Hello, this is a PR to solve a problem mentioned by @bethebunny (in #3128) Good little feature to have, it probably should not be a default and be parametrized, because...
Simple and small implementation, Improving the `🐍 Python` experience ! Example usage: ```mojo x = PythonObject([1,2,3]) if 1 in x: print("1 in x") ``` That method should be replaced by...
Hello, `🐍 python` went trough it's adventure of improving its dictionary, there are many Python conference ▶️ videos that talks about that, the speakers explains so well what is a...
### Bug description Hello, after implementing `List.__contains__` for `Scalar[DT]`, tests failed with `DType.bool` ! Minimal repro: ```mojo alias width = simdwidthof[DType.bool]() var x = DTypePointer[DType.bool].alloc(width) alias T = SIMD[DType.bool, width]...
Hello, here is a new `__init__` that let user specify the initial reservation. Skipping the un-necessary growth phases when the final size is known to be big. 2.2x speedup...
Hello, here is what we've got so far: - upgrade http request to websocket - send all size - receive all size - works with select for non-blocking *all sizes...
Hello, this commit adds a few examples: - `env_get_int` for parametrizing - `sizeof` for sizes
### Bug description Hello, it is a bug experienced by @soraros , on the chat: ```mojo fn f() -> SIMD[DType.float32, 2]: return SIMD[DType.float32, 2](0, 1) fn main(): alias v =...
Hello, this commit adds an example for `constrained`. --- Note that `num_physical_cores()` fail on `Ubuntu`: > unable to interpret call to unknown external function (`mojo 2024.10.205 (26f6391e)`) is a new...
### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? It would be...