From 3fe262e8597489f4697bd1deff91418c325efa37 Mon Sep 17 00:00:00 2001 From: XXX_D <1528154168@qq.com> Date: Wed, 9 Sep 2026 22:18:19 +0800 Subject: [PATCH] Add wet-glue to CLI section Manages undecided code with two comment lines: mark a region, swap alternative implementations in, benchmark them and seal the winner as plain code. Fills a niche (lifecycle for experimental code regions) with zero runtime overhead. --- README_SOURCE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README_SOURCE.md b/README_SOURCE.md index 12ab52b4..7bdb5d99 100644 --- a/README_SOURCE.md +++ b/README_SOURCE.md @@ -106,6 +106,8 @@ _Libraries that provide caching facilities._ _Libraries for everything related to the CLI._ +- [wet-glue](https://github.com/Noob-stupid/wet-glue) - Manages undecided code with two comment lines: mark a region, swap alternative implementations in, benchmark them and seal the winner as plain code. + #### Argument Parsing _Libraries to assist with parsing command line arguments._