Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-14 | feat: Stabilize Deno.TcpConn.setNoDelay() and Deno.TcpConn.setKeepAlive() ↵ | Bartek Iwańczuk | |
(#17003) This commit stabilizes following APIs: - `Deno.TcpConn.setNoDelay()` - `Deno.TcpConn.setKeepAlive()` | |||
2022-11-27 | perf(ops): Reenable fast unit result optimization (#16827) | Divy Srivastava | |
The optimization was missed in the optimizer rewrite https://github.com/denoland/deno/pull/16514 |