From 637a8da0c16f20013f227116e541449278d3189c Mon Sep 17 00:00:00 2001 From: Karl Gaissmaier Date: Sun, 15 Dec 2024 04:17:59 +0100 Subject: [PATCH] add package bart under Networking, providing a fast routing algorithm (#5522) add package bart --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b656ed0..9a6c9431 100644 --- a/README.md +++ b/README.md @@ -1977,6 +1977,7 @@ See also [Text Processing](#text-processing) and [Text Analysis](#text-analysis) _Libraries for working with various layers of the network._ - [arp](https://github.com/mdlayher/arp) - Package arp implements the ARP protocol, as described in RFC 826. +- [bart](https://github.com/gaissmai/bart) - Package bart provides a fast routing table algorithm. - [buffstreams](https://github.com/stabbycutyou/buffstreams) - Streaming protocolbuffer data over TCP made easy. - [canopus](https://github.com/zubairhamed/canopus) - CoAP Client/Server implementation (RFC 7252). - [cidranger](https://github.com/yl2chen/cidranger) - Fast IP to CIDR lookup for Go.