タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

AlgorithmとLLVMに関するzyzyのブックマーク (1)

  • Changing std::sort at Google’s Scale and Beyond

    TL;DR; We are changing std::sort in LLVM’s libcxx. That’s a long story of what it took us to get there and all possible consequences, bugs you might encounter with examples from open source. We provide some benchmarks, perspective, why we did this in the first place and what it cost us with exciting ideas from Hyrum’s Law to reinforcement learning. All changes went into open source and thus I can

    Changing std::sort at Google’s Scale and Beyond
    zyzy
    zyzy 2022/04/25
    rustは制限を強くして緩める選択肢を与える方針、Cは制限を弱くして強める選択肢を与える方針
  • 1