godbus / dbus

Native Go bindings for D-Bus
BSD 2-Clause "Simplified" License
959 stars 222 forks source link

message: use Discard for encoding in IsValid #362

Closed guelfey closed 1 year ago

guelfey commented 1 year ago

Reduces allocations for the buffer, though the rest of the encoding still is not cheap.