2 comments

  • lowbloodsugar27 minutes ago
    For comparison, Java will devirtualize calls if the call site typically calls only a single type. To the extent that writing a byte to a ByteBuffer, which looks like five or six virtual calls if you follow the java source code, actually ends up being a single assembly store instruction.
  • Miagg1 day ago
    [flagged]
    • a_t481 hour ago
      What's this a quote from?