タグ

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

タグの絞り込みを解除

algorithmに関するrawwellのブックマーク (3)

  • GitHub - ben-manes/concurrentlinkedhashmap: A ConcurrentLinkedHashMap for Java

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    GitHub - ben-manes/concurrentlinkedhashmap: A ConcurrentLinkedHashMap for Java
    rawwell
    rawwell 2009/05/31
    "Locks A traditional implementation, such as LinkedHashMap, does not support concurrent access. All operations must be guarded by a single mutex. In this implementation per-node test-and-test-and-set spin locks are used. This provides concurrent access and faster lock acquisitions than the standard
  • Finally: Finger Trees! : Good Math, Bad Math

    Finding the fun in good math; Shredding bad math and squashing the crackpots who espouse it. Search Profile Mark Chu-Carroll (aka MarkCC) is a PhD Computer Scientist, who works for Google as a Software Engineer. My professional interests center on programming languages and tools, and how to improve the languages and tools that are used for building complex software systems. Donors Choose Other Inf

    rawwell
    rawwell 2009/05/28
    "How can we annotate the tree to make it easy to quickly find the leftmost highest priority task? We just label each internal node with the highest priority containing in any of its children. Then we search the tree, looking for the highest-value child at each level; if there's a tie, we go to the l
  • 著名ソーシャルメディアが使っているアルゴリズムを大公開! | Moz - SEOとインバウンドマーケティングの実践情報

    “アルゴリズム”は、もっとも非人間的なものの代表だともいえる。ソーシャルメディアにとって、そのアルゴリズムが不可欠だというのは、実に皮肉めいている。 僕はこの間、グーグルがどうやってユーザーデータを集めているかについて書いた記事を掲載した(前編、後編)。今回は、著名なソーシャルメディアサイトが、ユーザーデータを活用する上でどのようにアルゴリズムを用いているのか、白日の下にさらそう。 ソーシャルメディアを成り立たせているのは人間の力だが、ユーザーが入力したデータを利用できる状態にする仕組みは、アルゴリズムによって作られている。現在活動している無数のソーシャルメディアサイトで実証済みのことだが、ユーザーの関与とアルゴリズムによる処理ルールの上手いバランスを見出すことは、とても難しくなりがちだ。これから紹介するアルゴリズムは、悪意のないユーザーと結びついて初めてうまくいくものだ。 人気ソーシャル

    著名ソーシャルメディアが使っているアルゴリズムを大公開! | Moz - SEOとインバウンドマーケティングの実践情報
  • 1