This website requires JavaScript.
Explore
Help
Register
Sign In
go
/
sqlite3
Watch
1
Star
0
Fork
0
You've already forked sqlite3
mirror of
https://github.com/ncruces/go-sqlite3.git
synced
2026-01-12 05:59:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Apply Patch
sqlite3
/
internal
/
util
/
mmap_other.go
6 lines
56 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
Remove sqlite3_nosys.
2024-11-29 15:51:51 +00:00
//go:build !unix
Implement shared memory WAL. (#71) - enabled by default on 64-bit macOS and Linux (`amd64`/`arm64`) - depends on merged but unreleased wazero - may cause small performance regression - users may need WithMemoryLimitPages if not enough address space available - needs docs
2024-04-10 13:15:36 +01:00
package
util
type
mmapState
struct
{
}
Reference in New Issue
Copy Permalink