|
|
|
|
|
by m_ke
1965 days ago
|
|
Yes and it's made worse by the fact that there's no way to get the raw body of the request in a synchronous endpoint. I also ran into some really bad validation / serialization performance degradations for large response bodies. Serializing responses with a few 100 small objects or neural network embeddings would take a function that takes 7ms and blow it up to 100-200ms. |
|