|
|
|
|
|
by davidatbu
1403 days ago
|
|
I would be very interested in seeing some benchmarks! I'm pretty sure that serde, the rust library that Pydantic uses, is faster than the JSON parser written in C in the python standard lib, so I'd be very surprised if your pure python validation library beat pydantic. |
|
At the bottom there are instructions on how to run the benchmark locally.