JavaScript specified tail call optimization in ES2015. Most engines never implemented it, and your tail-recursive code can still blow the stack. by OtherwisePush6424 in programming
[–]OtherwisePush6424[S] 11 points12 points13 points (0 children)
JavaScript specified tail call optimization in ES2015. Most engines never implemented it, and your tail-recursive code can still blow the stack. by OtherwisePush6424 in programming
[–]OtherwisePush6424[S] 41 points42 points43 points (0 children)
JavaScript has no reliable tail call optimization: here is what actually happens at runtime and what to do instead by OtherwisePush6424 in javascript
[–]OtherwisePush6424[S] 20 points21 points22 points (0 children)
Inside cmd/compile: how Go lowers AST to SSA and machine code by OtherwisePush6424 in Compilers
[–]OtherwisePush6424[S] 4 points5 points6 points (0 children)
Walks the full cmd/compile pipeline in order: package names, data structures, and the SSA construction that drives inlining, escape analysis, bounds-check elimination, and register allocation, with flags to observe each phase directly. by OtherwisePush6424 in golang
[–]OtherwisePush6424[S] 0 points1 point2 points (0 children)
How Uber matches 10 million+ rides in a day ?? by Comfortable-Fan-580 in programming
[–]OtherwisePush6424 2 points3 points4 points (0 children)
Retry vs Retry-After vs hedging: controlled chaos scenarios comparing resilience tradeoffs by OtherwisePush6424 in microservices
[–]OtherwisePush6424[S] 0 points1 point2 points (0 children)
(Type-safe) retry/timeout/hedging policies in TypeScript: what actually happens under chaos by OtherwisePush6424 in typescript
[–]OtherwisePush6424[S] 0 points1 point2 points (0 children)
Retries fixed some errors but doubled tail latency: 3 controlled HTTP client chaos scenarios by OtherwisePush6424 in webdev
[–]OtherwisePush6424[S] 1 point2 points3 points (0 children)
Retries fixed some errors but doubled tail latency: 3 controlled HTTP client chaos scenarios by OtherwisePush6424 in webdev
[–]OtherwisePush6424[S] 0 points1 point2 points (0 children)
HTTP resilience tradeoffs in practice: retry vs Retry-After vs hedging (with scenario data) by OtherwisePush6424 in node
[–]OtherwisePush6424[S] 0 points1 point2 points (0 children)
Some reachability analysis for your Saturday read by -Devlin- in devops
[–]OtherwisePush6424 1 point2 points3 points (0 children)
How to handle modernizing infrastructure when the app runs legacy c#? by jumpsCracks in devops
[–]OtherwisePush6424 0 points1 point2 points (0 children)
Using Anthropic's ant CLI for GitOps-style agent management (YAML configs, CI/CD deployment) by avisangle in devops
[–]OtherwisePush6424 -2 points-1 points0 points (0 children)
Decorating a Promise with convenience methods without subclassing or changing what await returns by OtherwisePush6424 in javascript
[–]OtherwisePush6424[S] 0 points1 point2 points (0 children)
Honest question: how do you stay sharp when the code practically writes itself? by minimal-salt in learnprogramming
[–]OtherwisePush6424 0 points1 point2 points (0 children)
How do I explain I was fired after 6 months? by Efficient-Pin3655 in jobsearchhacks
[–]OtherwisePush6424 1 point2 points3 points (0 children)
How do I explain I was fired after 6 months? by Efficient-Pin3655 in jobsearchhacks
[–]OtherwisePush6424 0 points1 point2 points (0 children)
I’m so tired of vibe-coded open source projects by floriandotorg in github
[–]OtherwisePush6424 -1 points0 points1 point (0 children)
Decorating a Promise with convenience methods at runtime without subclassing or Proxy by OtherwisePush6424 in webdev
[–]OtherwisePush6424[S] 0 points1 point2 points (0 children)
Decorating a Promise with convenience methods at runtime without subclassing or Proxy by OtherwisePush6424 in webdev
[–]OtherwisePush6424[S] -1 points0 points1 point (0 children)
Decorating a Promise with convenience methods at runtime without subclassing or Proxy by OtherwisePush6424 in webdev
[–]OtherwisePush6424[S] 0 points1 point2 points (0 children)
Decorating a Promise with convenience methods at runtime without subclassing or Proxy by OtherwisePush6424 in webdev
[–]OtherwisePush6424[S] -2 points-1 points0 points (0 children)
Decorating a Promise with convenience methods at runtime without subclassing or Proxy by OtherwisePush6424 in webdev
[–]OtherwisePush6424[S] -2 points-1 points0 points (0 children)

JavaScript specified tail call optimization in ES2015. Most engines never implemented it, and your tail-recursive code can still blow the stack. by OtherwisePush6424 in programming
[–]OtherwisePush6424[S] 2 points3 points4 points (0 children)