From ffd7b28c08d73fe7ff0a31dc94c4945f260e8cd5 Mon Sep 17 00:00:00 2001 From: Karl Gaissmaier Date: Mon, 8 Sep 2025 15:44:10 +0200 Subject: [PATCH] bart: update description (#5739) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75065899..e8ef1aaa 100644 --- a/README.md +++ b/README.md @@ -1983,7 +1983,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. +- [bart](https://github.com/gaissmai/bart) - Package bart provides a Balanced-Routing-Table (BART) for very fast IP to CIDR lookups and more. - [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.