Fast String Allocations

Zero-allocation string building strategies. Use when formatting strings, generating ANSI codes, or writing hot loops to avoid heap allocations and Formatter state machine overhead.

r3bl-org d578ed7 2.3 KB Updated

File contents

r3bl-org/r3bl-open-core/tree/main/.agents/skills/fast-string-allocations commit d578ed7baa

Frequently asked questions

npx skillmds@latest add r3bl-org/fast-string-allocations