12 Matching Annotations
  1. Last 7 days
    1. By ByteBot Share TanStack Start hit Release Candidate status in early 2026 as a full-stack React framework that challenges Next.js’s dominance with a radically different philosophy: client-first, not server-first. Built on TanStack Router, Vite, and Nitro, it delivers server-side rendering, streaming, and server functions without forcing developers into the server-centric mental model that’s become React’s default. If Next.js’s opinionated approach or React Server Components feel heavy-handed, TanStack Start offers breathing room.
  2. Sep 2022
    1. Because rbspy is a sampling profiler (not a tracing profiler), it actually can't tell you how times a function was called -- it just reports "hey, I observed your program 100,000 times, and 98,000 of those times it was in the calculate_thing function". ruby-prof is a tracing profiler for Ruby, which can tell you exactly how many times each function was called at the cost of being higher overhead.
  3. Jul 2022
  4. Nov 2021
  5. Nov 2020
  6. Oct 2020
  7. Sep 2020