946b72a6b24bfcb4610de23b1db1849b8e47f8f1
Context
in order to add caching.
This patch introduces `Context` to hold the decoder, ino_offset and caches for the attributes and the goodbye table. By caching, certain callbacks can be handled without the need to read additional data via the decoder, which improves performance. The searching of the goodbye table is refactored as well, avoiding recursive function calls in case of a hash collision. Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
Description
No description provided
Languages
Rust
88.1%
JavaScript
11.3%
Makefile
0.3%
CSS
0.2%