#ipv4 #simd #convert #addresses #integer #byte-string #inet

inet-aton

Converts IPv4 addresses from byte string to integer using SIMD

1 unstable release

0.1.0 Jun 12, 2023

#1525 in Hardware support

MIT/Apache

17KB
310 lines

Faster parsing of IPv4 addresses using SIMD

Ported from https://github.com/lemire/Code-used-on-Daniel-Lemire-s-blog/blob/master/2023/06/08/src/sse_inet_aton.c

no_std compatible.

License

MIT or Apache-2.0

No runtime deps