We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f5091 commit de53e43Copy full SHA for de53e43
CHANGELOG.md
@@ -17,6 +17,9 @@
17
- Optimized custom unmarshaler type assertion to use Go 1.25's
18
`reflect.TypeAssert` when available, reducing allocations in reflection code
19
paths.
20
+- Improved memory mapping implementation by using `SyscallConn()` instead of
21
+ `Fd()` to avoid side effects and prepare for Go 1.25+ Windows I/O
22
+ enhancements. Pull request by database64128. GitHub #179.
23
24
## 2.0.0-beta.8 - 2025-07-15
25
0 commit comments