John Doak

Results 4 issues of John Doak

Looks like an empty map that is frozen does not get protection. You can alter it as much as you want. Code showing incorrect behavior: ```go package main import "github.com/lukechampine/freeze"...

Code discussed here can be found at: https://github.com/johnsiilver/iouringfile Expectations: I expected faster Reads with io_uring, but found it to be slower in every benchmark. This could be due to multiple...

Code that this refers to can be found here: https://github.com/johnsiilver/iouringfile If enabling that option, the channel in the request never returns.

**Describe the bug** I have two parts of my codebase that crash when I use a transaction and call SendBatch(). The transaction comes from a `pgxpool.Pool`. One is a query...

bug