          MODULE=simdjson
         VERSION=4.2.2
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/simdjson/simdjson/archive/refs/tags/v$VERSION.tar.gz
      SOURCE_VFY=sha256:3efae22cb41f83299fe0b2e8a187af543d3dda93abbb910586f897df670f9eaa
        WEB_SITE=https://github.com/simdjson/simdjson
         ENTERED=20240916
         UPDATED=20251202
           SHORT="parsing gigabytes of JSON per second"

cat << EOF
The simdjson library uses commonly available SIMD instructions and microparallel algorithms
to parse JSON 4x faster than RapidJSON and 25x faster than JSON for Modern C++. 
EOF
