SkillAgentSearch skills...

Xsnprintf

simplified high-performance snprintf replacement.

Install / Use

/learn @larkmjc/Xsnprintf
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

xsnprintf

simplified high-performance snprintf replacement.

  • succinct and simplified snprintf implementation.
  • fast integer to string using a combination of tactics: divide and conquer, base 100 table plus Duff's device.

building

cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build build

testing

./build/xsnprintf_test
./build/xsnprintf_bench

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1mo ago
Forks0

Languages

C

Security Score

70/100

Audited on Feb 17, 2026

No findings