forked from joejulian/gio
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>