Native Go output to the systemd journal socket.
Go to file
Laurence Withers c579349c05 Pre-size net.Buffers
This leads to a further reduction in allocations per call. Before:
	goos: linux
	goarch: amd64
	pkg: src.lwithers.me.uk/go/journal
	cpu: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
	BenchmarkEntry-8   	12611158	    1445 ns/op	   221 B/op	     7 allocs/op
	PASS
	ok  	src.lwithers.me.uk/go/journal	19.673s

After:
	goos: linux
	goarch: amd64
	pkg: src.lwithers.me.uk/go/journal
	cpu: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
	BenchmarkEntry-8   	13613377	     1329 ns/op	    149 B/op	      5 allocs/op
	PASS
	ok  	src.lwithers.me.uk/go/journal	19.435s
2024-02-18 14:44:20 +00:00
LICENSE Initial working version 2024-02-18 10:31:14 +00:00
README.md Initial commit 2024-02-17 10:19:21 +00:00
attr.go Initial working version 2024-02-18 10:31:14 +00:00
attr_key.go Initial working version 2024-02-18 10:31:14 +00:00
attr_key_test.go Initial working version 2024-02-18 10:31:14 +00:00
attr_test.go Initial working version 2024-02-18 10:31:14 +00:00
conn.go Fix slice gotchas including concurrency race 2024-02-18 14:43:33 +00:00
conn_test.go Add some higher level tests and benchmarks 2024-02-18 14:00:29 +00:00
global.go Initial working version 2024-02-18 10:31:14 +00:00
go.mod Initial working version 2024-02-18 10:31:14 +00:00
priority.go Initial working version 2024-02-18 10:31:14 +00:00
wire_proto.go Pre-size net.Buffers 2024-02-18 14:44:20 +00:00
wire_proto_test.go Initial working version 2024-02-18 10:31:14 +00:00

README.md

journal

Native Go output to the systemd journal socket.