タグ

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

タグの絞り込みを解除

Bitwiseに関するsugyanのブックマーク (1)

  • Bitwise division

    Integer division is expensive. Much more expensive than multiplication. Much, much more expensive than addition. If you’re trying to make some integer operations really fast it’s bad news if you need to do division. A while ago, for a hobby project, I happened to be playing around with variable-length integer encodings. Where you store integers such that small ones take up less space than large on

    Bitwise division
  • 1