<
8000
div id="repository-details-container" class="flex-shrink-0" data-turbo-replace style="max-width: 70%;">
-
Notifications
You must be signed in to change notification settings - Fork 297
Many moons ago it was shown that OOP-style
ffi.metatype()
methods are just as fast as locally caching module functions likelocal l_empty = link.empty
without the extra red tape and less risk of sub-par performance just because of wrongly guessing the impact of any given function.This PR includes the methods for packet and link structs, and converts the
basic_apps
andkeyed_ipv6_tunnel
as examples.