From 7c75a5cfa76b70b0957675dcf21c45ae075e62db Mon Sep 17 00:00:00 2001 From: toge Date: Sun, 22 Dec 2024 22:26:47 +0900 Subject: [PATCH] Add simdzone (DNS zone parser) (#1614) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc83ca3..370da54 100644 --- a/README.md +++ b/README.md @@ -1234,6 +1234,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [SDS](https://github.com/antirez/sds) - Simple Dynamic Strings library for C. [BSD] * [semver.c](https://github.com/h2non/semver.c) - A semver parser and render in ANSI C. [MIT] * [sigslot](http://sigslot.sourceforge.net/) - C++ Signal/Slot Library. [PublicDomain] +* [simdzone](https://github.com/NLnetLabs/simdzone) - Fast and standards compliant DNS zone parser. [BSD-3-Clause] * [SimpleSignal](https://github.com/larspensjo/SimpleSignal) - High performance C++11 signals. [PublicDomain] * [Stage](https://github.com/rtv/Stage) - Mobile robot simulator. [GPL2] * [stb](https://github.com/nothings/stb) :zap: - A range of single-file libraries for C/C++. [PublicDomain]