並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 3 件 / 3件

新着順 人気順

lock-freeの検索結果1 - 3 件 / 3件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

lock-freeに関するエントリは3件あります。 freeRuby などが関連タグです。 人気エントリには 『Intro - Ruby, Ractors, and Lock-Free Data Structures』などがあります。
  • Intro - Ruby, Ractors, and Lock-Free Data Structures

    Intro This story is about concurrent data structures in the context of Ruby. The goal here is to demonstrate how true parallelism can be achieved with global mutable state (which at the time of writing, is not supported by built-in Ruby primitives). Familiarity with Ruby, Rust, C, (and a bit of other tooling) is nice to have, but hopefully not mandatory. The repository with code examples can be fo

    • A lock-free, concurrent, generic queue in 32 bits

      This article was discussed on Hacker News. While considering concurrent queue design I came up with a generic, lock-free queue that fits in a 32-bit integer. The queue is “generic” in that a single implementation supports elements of any arbitrary type, despite an implementation in C. It’s lock-free in that there is guaranteed system-wide progress. It can store up to 32,767 elements at a time — mo

      • Reduce TTFB by 90% with Bunny CDN's Lock-Free Request Coalescing

        Introducing Lock-Free Origin Request Coalescing To Reduce TTFB by Up To 90% Content delivery on a massive scale often comes with massive challenges. One of these is controlling the load on the origin servers. Usually, most systems are designed with a centralized origin service that is responsible for producing the required content for the CDN to pull and cache. This works great when the content ca

          Reduce TTFB by 90% with Bunny CDN's Lock-Free Request Coalescing
        1

        新着記事