Skip to content

Instantly share code, notes, and snippets.

@handlename
handlename / notify.zsh
Last active February 16, 2018 05:58
notify after heavy command execution.
notify_start_time=0
notify_end_time=0
notify_threshold=10
notify_prev_command=""
notify_flag=0
function notify_preexec {
notify_flag=1
notify_start_time=`date +'%s'`
notify_prev_command="$2"

CRubyのGCの構造改革

やりたいこと

以下の6つの機能を分離し、簡単に切り替えられるようにしたい。

  1. OSからのメモリアロケータ
  • OSからメモリアロケートする部分のAPI
  1. Rubyのヒープ管理
  • ヒープの設定を保持
@matope
matope / Dynamo: Amazonの高可用性Key-value Store.markdown
Last active May 18, 2025 12:36
Dynamo: Amazonの高可用性Key-value Store[和訳]