mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
60846d112b
The router package decodes the entire ops list thrice: once for pointer ops, once for key ops, once for other ops. This change removes one decode round by merging other ops and pointer ops decoding. Signed-off-by: Elias Naur <mail@eliasnaur.com>