並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 3 件 / 3件

新着順 人気順

allocatorの検索結果1 - 3 件 / 3件

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

allocatorに関するエントリは3件あります。 C++ が関連タグです。 人気エントリには 『Slitter: a slab allocator that trusts, but verifies (in Rust, for C)』などがあります。
  • Slitter: a slab allocator that trusts, but verifies (in Rust, for C)

    • Arena allocator tips and tricks

      This article was discussed on Hacker News. Over the past year I’ve refined my approach to arena allocation. With practice, it’s effective, simple, and fast; typically as easy to use as garbage collection but without the costs. Depending on need, an allocator can weigh just 7–25 lines of code — perfect when lacking a runtime. With the core details of my own technique settled, now is a good time to

      • The Solid-State Register Allocator

        I recently found myself needing a very fast register allocator for very simple code. There's a huge amount of academic research on the subject, dating back decades, and just as many published implementations; my specific implementation – while not fundamentally novel – landed in an interesting-enough part of configuration space that it seemed worth writing up. The system has one big limitation: it

        1

        新着記事