@Carlton Gibson was right, we can get comparable performance to Fast API with msgspec validation.. I created this basic validation library for JSON validation and serialization, and response validation. Its performance is comparable to Fast Api. I was able to outcompete Fast api, but that required some black magic, like a custom HttpResponse. image