タグ

ブックマーク / queue.acm.org (2)

  • C Is Not a Low-level Language - ACM Queue

    April 30, 2018 Volume 16, issue 2 PDF C Is Not a Low-level Language Your computer is not a fast PDP-11. David Chisnall In the wake of the recent Meltdown and Spectre vulnerabilities, it's worth spending some time looking at root causes. Both of these vulnerabilities involved processors speculatively executing instructions past some kind of access check and allowing the attacker to observe the resu

    rjj
    rjj 2020/09/07
  • You’re Doing It Wrong - ACM Queue

    The Bike Shed June 11, 2010 Volume 8, issue 6 PDF You're Doing It Wrong Think you've mastered the art of server performance? Think again. Poul-Henning Kamp Would you believe me if I claimed that an algorithm that has been on the books as "optimal" for 46 years, which has been analyzed in excruciating detail by geniuses like Knuth and taught in all computer science courses in the world, can be opti

    rjj
    rjj 2010/06/17
    ヒープで親子を同じページに配置すると局所性が上がってページフォルトが減らせる、という話。木構造ではよく聞く話だと思うがヒープに適用したのが初めてなのか?名前をB木から取っただけでB木とはあんま関係ない。
  • 1