Skip to content

0.1.0

Compare
Choose a tag to compare
@Tachi107 Tachi107 released this 28 Feb 16:55
· 272 commits to main since this release

cloudflare-ddns is now faster ⚡ and much lighter 🍃!

cloudflare-ddns now uses plain libcurl: ugly but super fast.

It now checks and updates a DNS record with less than 20 memory allocations and using roughly 20 kilobyes of RAM, which is nothing compared to the 300+ allocations of the previous version, which used cpr.
Also, cloudflare-ddns now depends only on libcurl and simdjson, and should be much easier to package.