add package bart under Networking, providing a fast routing algorithm (#5522)

add package bart
This commit is contained in:
Karl Gaissmaier 2024-12-15 04:17:59 +01:00 committed by GitHub
parent acd825b53f
commit 637a8da0c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1977,6 +1977,7 @@ See also [Text Processing](#text-processing) and [Text Analysis](#text-analysis)
_Libraries for working with various layers of the network._ _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. - [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. - [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). - [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. - [cidranger](https://github.com/yl2chen/cidranger) - Fast IP to CIDR lookup for Go.