tailcall
There are 6 repositories under tailcall topic.
alecdotninja/tailcall
Safe, zero-cost tail recursion for stable Rust
kevinmichaelchen/buf-vanguard-rest
GraphQL, REST, gRPC, and Connect — all powered from the same underlying Protobuf API — thanks to Buf and Tailcall
Asphaltt/tailcall-issues
A tool to detect tailcall issues.
kevinmichaelchen/aws-lambda-go-otel-poc
Proof of Concept using AWS Lambda, Go, OpenTelemetry (OTel), as well as Tailcall as an alternative to AppSync Serverless GraphQL
MarcinPerka/tail-recursion
A special form of recursion where the last operation of a function is a recursive call.
Floofies/marktail
A Babel plugin that marks CallExpression AST nodes which are tail calls and/or proper tail calls.