[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"workflow-asset-8ef86317":3,"seo:featured-workflow:8ef86317-4db8-11f1-9bc6-00163e2b0d79:es":82,"workflow-related-asset-8ef86317-8ef86317-4db8-11f1-9bc6-00163e2b0d79":83},{"id":4,"uuid":5,"slug":6,"title":7,"description":8,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":12,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":14,"tags":21,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":28,"asset_kind":29,"target_tools":30,"install_mode":34,"entrypoint":18,"risk_profile":35,"dependencies":37,"verification":42,"agent_metadata":45,"agent_fit":58,"trust":70,"provenance":79,"created_at":81,"updated_at":81},3203,"8ef86317-4db8-11f1-9bc6-00163e2b0d79","asset-8ef86317","fasthttp — High-Performance HTTP Server Library for Go","fasthttp is a high-performance HTTP implementation for Go that serves as an alternative to net\u002Fhttp, optimized for speed and low memory allocation in high-throughput scenarios.","8a910e34-3180-11f1-9bc6-00163e2b0d79","Script Depot","",0,"en",[15],{"id":16,"step_order":17,"title":18,"description":11,"prompt_template":19,"variables":11,"depends_on":20,"expected_output":11},3766,1,"fasthttp Overview","# fasthttp — High-Performance HTTP Server Library for Go\n\n## Quick Use\n```bash\ngo get github.com\u002Fvalyala\u002Ffasthttp\n```\n\n```go\npackage main\n\nimport \"github.com\u002Fvalyala\u002Ffasthttp\"\n\nfunc main() {\n    fasthttp.ListenAndServe(\":8080\", func(ctx *fasthttp.RequestCtx) {\n        ctx.WriteString(\"Hello, World!\")\n    })\n}\n```\n\n## Introduction\nfasthttp is a Go HTTP library designed from scratch for high throughput and low memory allocation. Unlike the standard net\u002Fhttp package, it reuses request and response objects via object pooling, making it a strong choice for proxy servers, API gateways, and any service that handles tens of thousands of concurrent connections.\n\n## What fasthttp Does\n- Provides a zero-allocation HTTP server and client for Go\n- Reuses request\u002Fresponse objects with sync.Pool to reduce GC pressure\n- Supports HTTP\u002F1.1 pipelining and keep-alive connections by default\n- Offers a RequestCtx-based API for handling requests without per-request heap allocation\n- Includes built-in helpers for common tasks like file serving, routing, and compression\n\n## Architecture Overview\nfasthttp avoids the net\u002Fhttp pattern of creating a new goroutine with fresh allocations per request. Instead, it maintains a worker pool and recycles RequestCtx objects. Buffers for headers, URI parsing, and body reading are pre-allocated and grown only when needed. This design trades API familiarity for raw throughput, making it measurably faster under sustained load while using less memory.\n\n## Self-Hosting & Configuration\n- Install via `go get github.com\u002Fvalyala\u002Ffasthttp` with Go 1.20+\n- Configure concurrency limits with `Server.Concurrency` to cap worker goroutines\n- Set `Server.ReadTimeout` and `Server.WriteTimeout` for connection lifecycle control\n- Enable TLS by passing cert and key files to `ListenAndServeTLS`\n- Use `Server.MaxRequestBodySize` to guard against oversized payloads\n\n## Key Features\n- Up to 10x lower memory allocation per request compared to net\u002Fhttp\n- Built-in connection pooling for the HTTP client\n- Streaming request and response body support\n- Hot path optimizations for header parsing and URI decoding\n- Compatible with popular routers like fasthttp\u002Frouter and fiber\n\n## Comparison with Similar Tools\n- **net\u002Fhttp** — standard library, broader ecosystem, but higher allocation per request\n- **Fiber** — web framework built on top of fasthttp with Express-like API\n- **Echo** — net\u002Fhttp-based framework with middleware, slightly lower raw throughput\n- **Gin** — net\u002Fhttp-based, strong middleware ecosystem, simpler migration from net\u002Fhttp\n\n## FAQ\n**Q: Can I use fasthttp as a drop-in replacement for net\u002Fhttp?**\nA: No. The API differs significantly — fasthttp uses RequestCtx instead of http.Request\u002Fhttp.ResponseWriter. Migration requires rewriting handlers.\n\n**Q: Does fasthttp support HTTP\u002F2?**\nA: Not natively. For HTTP\u002F2 you need net\u002Fhttp or a reverse proxy like Nginx in front.\n\n**Q: When should I stick with net\u002Fhttp?**\nA: If your service is I\u002FO-bound rather than CPU-bound, or if you rely heavily on net\u002Fhttp middleware, the standard library is the simpler choice.\n\n**Q: Is fasthttp production-ready?**\nA: Yes. It has been used in production at scale for years and is the engine behind the Fiber framework.\n\n## Sources\n- https:\u002F\u002Fgithub.com\u002Fvalyala\u002Ffasthttp\n- https:\u002F\u002Fpkg.go.dev\u002Fgithub.com\u002Fvalyala\u002Ffasthttp","0",[22],{"id":23,"name":24,"slug":25,"icon":26},11,"Scripts","script","📜",false,"bf05769ccc81ed1e0faccdcc4aee6b939aae7d3dd2a8b13cce14c2e50c2a40b5","skill",[31,32,33],"claude_code","codex","gemini_cli","single",{"executes_code":27,"modifies_global_config":27,"requires_secrets":36,"uses_absolute_paths":27,"network_access":27},[],{"npm":38,"pip":39,"brew":40,"system":41},[],[],[],[],{"commands":43,"expected_files":44},[],[18],{"asset_kind":29,"target_tools":46,"install_mode":34,"entrypoint":18,"risk_profile":47,"dependencies":49,"content_hash":28,"verification":54,"inferred":57},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":48,"uses_absolute_paths":27,"network_access":27},[],{"npm":50,"pip":51,"brew":52,"system":53},[],[],[],[],{"commands":55,"expected_files":56},[],[18],true,{"target":32,"score":59,"status":60,"policy":61,"why":62,"asset_kind":29,"install_mode":34},98,"native","allow",[63,64,65,66,67,68,69],"target_tools includes codex","asset_kind skill","install_mode single","markdown-only","policy allow","safe markdown-only Codex install","trust established",{"author_trust_level":71,"verified_publisher":27,"asset_signed_hash":28,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":73,"review_status":74,"signals":75},"established","hash_only",[],"unreviewed",[76,77,78],"author has published assets","content hash available","no dangerous capability badges",{"owner_uuid":9,"owner_name":10,"source_url":80,"content_hash":28,"visibility":17,"created_at":81,"updated_at":81},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fasset-8ef86317","2026-05-12 12:10:49",null,[84,136,183,230],{"id":85,"uuid":86,"slug":87,"title":88,"description":89,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":90,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":91,"tags":92,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":94,"asset_kind":29,"target_tools":95,"install_mode":34,"entrypoint":96,"risk_profile":97,"dependencies":99,"verification":104,"agent_metadata":107,"agent_fit":119,"trust":121,"provenance":124,"created_at":126,"updated_at":127,"__relatedScore":128,"__relatedReasons":129,"__sharedTags":134},1209,"8dae1416-3734-11f1-9bc6-00163e2b0d79","zeromq-high-performance-asynchronous-messaging-library-8dae1416","ZeroMQ — High-Performance Asynchronous Messaging Library","ZeroMQ (0MQ) is a high-performance asynchronous messaging library for distributed applications. It provides socket-like abstractions for message passing patterns — pub\u002Fsub, request\u002Freply, push\u002Fpull — without the complexity of a full message broker.",92,[],[93],{"id":23,"name":24,"slug":25,"icon":26},"7d03f4d39acc7b56a128a6eb7bbaef0b5013fd8e4c721bb8733257efcabad4da",[31,32,33],"SKILL.md",{"executes_code":27,"modifies_global_config":27,"requires_secrets":98,"uses_absolute_paths":27,"network_access":27},[],{"npm":100,"pip":101,"brew":102,"system":103},[],[],[],[],{"commands":105,"expected_files":106},[],[11],{"asset_kind":29,"target_tools":108,"install_mode":34,"entrypoint":96,"risk_profile":109,"dependencies":111,"content_hash":94,"verification":116},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":110,"uses_absolute_paths":27,"network_access":27},[],{"npm":112,"pip":113,"brew":114,"system":115},[],[],[],[],{"commands":117,"expected_files":118},[],[11],{"target":32,"score":59,"status":60,"policy":61,"why":120,"asset_kind":29,"install_mode":34},[63,64,65,66,67,68,69],{"author_trust_level":71,"verified_publisher":27,"asset_signed_hash":94,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":122,"review_status":74,"signals":123},[],[76,77,78],{"owner_uuid":9,"owner_name":10,"source_url":125,"content_hash":94,"visibility":17,"created_at":126,"updated_at":127},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fzeromq-high-performance-asynchronous-messaging-library-8dae1416","2026-04-13 20:30:28","2026-05-12 18:11:39",122.9527244228309,[130,131,132,133],"topic-match","same-kind","same-target","same-author",[25,135],"scripts",{"id":137,"uuid":138,"slug":139,"title":140,"description":141,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":142,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":143,"tags":144,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":146,"asset_kind":29,"target_tools":147,"install_mode":34,"entrypoint":148,"risk_profile":149,"dependencies":151,"verification":156,"agent_metadata":159,"agent_fit":171,"trust":173,"provenance":176,"created_at":178,"updated_at":179,"__relatedScore":180,"__relatedReasons":181,"__sharedTags":182},2320,"63276421-433f-11f1-9bc6-00163e2b0d79","caffeine-high-performance-java-caching-library-63276421","Caffeine — High-Performance Java Caching Library","A near-optimal caching library for Java that provides an in-memory cache using a Window TinyLfu admission policy for high hit rates.",88,[],[145],{"id":23,"name":24,"slug":25,"icon":26},"157c3c8bcc34fadd4391342fa0d5d5edf7714e4ec69e5b870bf86235b4fa89e6",[31,32,33],"Caffeine Overview",{"executes_code":27,"modifies_global_config":27,"requires_secrets":150,"uses_absolute_paths":27,"network_access":27},[],{"npm":152,"pip":153,"brew":154,"system":155},[],[],[],[],{"commands":157,"expected_files":158},[],[148],{"asset_kind":29,"target_tools":160,"install_mode":34,"entrypoint":148,"risk_profile":161,"dependencies":163,"content_hash":146,"verification":168},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":162,"uses_absolute_paths":27,"network_access":27},[],{"npm":164,"pip":165,"brew":166,"system":167},[],[],[],[],{"commands":169,"expected_files":170},[],[148],{"target":32,"score":59,"status":60,"policy":61,"why":172,"asset_kind":29,"install_mode":34},[63,64,65,66,67,68,69],{"author_trust_level":71,"verified_publisher":27,"asset_signed_hash":146,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":174,"review_status":74,"signals":175},[],[76,77,78],{"owner_uuid":9,"owner_name":10,"source_url":177,"content_hash":146,"visibility":17,"created_at":178,"updated_at":179},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fcaffeine-high-performance-java-caching-library-63276421","2026-04-29 04:18:15","2026-05-12 18:11:38",119.92408500996737,[130,131,132,133],[25,135],{"id":184,"uuid":185,"slug":186,"title":187,"description":188,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":189,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":190,"tags":191,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":193,"asset_kind":29,"target_tools":194,"install_mode":34,"entrypoint":195,"risk_profile":196,"dependencies":198,"verification":203,"agent_metadata":206,"agent_fit":218,"trust":220,"provenance":223,"created_at":225,"updated_at":226,"__relatedScore":227,"__relatedReasons":228,"__sharedTags":229},1757,"0dc8d12a-3ba8-11f1-9bc6-00163e2b0d79","clay-high-performance-ui-layout-library-c-0dc8d12a","Clay — High-Performance UI Layout Library in C","Clay is a single-header C library for building responsive UI layouts with microsecond performance, supporting flexbox-style positioning in under 2000 lines of code.",55,[],[192],{"id":23,"name":24,"slug":25,"icon":26},"29744af48ea6bdcef4a928f6ea0a7b229b6c41a20e1e45c16cdce72277f74986",[31,32,33],"Clay Layout Guide",{"executes_code":27,"modifies_global_config":27,"requires_secrets":197,"uses_absolute_paths":27,"network_access":27},[],{"npm":199,"pip":200,"brew":201,"system":202},[],[],[],[],{"commands":204,"expected_files":205},[],[195],{"asset_kind":29,"target_tools":207,"install_mode":34,"entrypoint":195,"risk_profile":208,"dependencies":210,"content_hash":193,"verification":215},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":209,"uses_absolute_paths":27,"network_access":27},[],{"npm":211,"pip":212,"brew":213,"system":214},[],[],[],[],{"commands":216,"expected_files":217},[],[195],{"target":32,"score":59,"status":60,"policy":61,"why":219,"asset_kind":29,"install_mode":34},[63,64,65,66,67,68,69],{"author_trust_level":71,"verified_publisher":27,"asset_signed_hash":193,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":221,"review_status":74,"signals":222},[],[76,77,78],{"owner_uuid":9,"owner_name":10,"source_url":224,"content_hash":193,"visibility":17,"created_at":225,"updated_at":226},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fclay-high-performance-ui-layout-library-c-0dc8d12a","2026-04-19 12:27:19","2026-05-12 09:52:23",116.6222820405093,[130,131,132,133],[25,135],{"id":231,"uuid":232,"slug":233,"title":234,"description":235,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":90,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":236,"tags":237,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":239,"asset_kind":29,"target_tools":240,"install_mode":34,"entrypoint":241,"risk_profile":242,"dependencies":244,"verification":249,"agent_metadata":252,"agent_fit":264,"trust":266,"provenance":269,"created_at":271,"updated_at":272,"__relatedScore":273,"__relatedReasons":274,"__sharedTags":275},1834,"7abd1277-3c92-11f1-9bc6-00163e2b0d79","jax-high-performance-numerical-computing-google-7abd1277","JAX — High-Performance Numerical Computing by Google","A Python library for high-performance machine learning research combining NumPy-like syntax with automatic differentiation, XLA compilation, and hardware acceleration on GPU and TPU.",[],[238],{"id":23,"name":24,"slug":25,"icon":26},"f29c87df1579d8e73ceefcfa9366fd54008f59279a50c994b6b12e341598ffdc",[31,32,33],"JAX Overview",{"executes_code":27,"modifies_global_config":27,"requires_secrets":243,"uses_absolute_paths":27,"network_access":27},[],{"npm":245,"pip":246,"brew":247,"system":248},[],[],[],[],{"commands":250,"expected_files":251},[],[241],{"asset_kind":29,"target_tools":253,"install_mode":34,"entrypoint":241,"risk_profile":254,"dependencies":256,"content_hash":239,"verification":261},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":255,"uses_absolute_paths":27,"network_access":27},[],{"npm":257,"pip":258,"brew":259,"system":260},[],[],[],[],{"commands":262,"expected_files":263},[],[241],{"target":32,"score":59,"status":60,"policy":61,"why":265,"asset_kind":29,"install_mode":34},[63,64,65,66,67,68,69],{"author_trust_level":71,"verified_publisher":27,"asset_signed_hash":239,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":267,"review_status":74,"signals":268},[],[76,77,78],{"owner_uuid":9,"owner_name":10,"source_url":270,"content_hash":239,"visibility":17,"created_at":271,"updated_at":272},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fjax-high-performance-numerical-computing-google-7abd1277","2026-04-20 16:25:24","2026-05-12 16:20:17",111.9527244228309,[130,131,132,133],[25,135]]