Samuel Colvin

Results 1016 comments of Samuel Colvin

Interesting idea, one I've thought about quite a lot already. @caniko, sorry you don't get all the credit :-) If we were able to do this, it would make pydantic-core...

I think step one is to fork pydantic-core, implement a model as a rust struct and see what the performance change is. I suspect thinking about it now, that the...

I'm afraid I don't understand that "duplexed" mens in this scenario. On Thu, 2 Mar 2023, 12:58 Can H. Tartanoglu, ***@***.***> wrote: > Consider FastAPI responses, ORM results, or any...

Probably just requires an update to maturin, does `python -m build` pass on macos or Linux?

could be related to https://github.com/pydantic/pydantic/discussions/6748

@MarkusSintonen any chance you'd be willing to jump on a call with some of the Pydantic team to tell us a bit about your application and how you're using Pydantic?...

Thanks, there are some other issues talking about memory, I'm not sure how much of the issue is pydantic and how much fastapi. Pydantic V2 memory usage will be higher,...

I think we can add an option to config now. We can't change the default behaviour until V3.