You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given this is a perf change, a benchmark is probably more appropriate.
Also, regarding it being a perf change, it may be better to write this logic ourselves rather than go though the extra key-value map that is in cached, despite how neat that crate is.
As pointed out by @Fishrock123 in https://github.com/http-rs/async-h1/pull/158/files#r530051517, Node.js caches timestamps for a minute, making it much easier to handle requests at a high volume. We should consider adopting this approach as well.
The text was updated successfully, but these errors were encountered: