Skip to content

Instantly share code, notes, and snippets.

View glanotte's full-sized avatar

Geoff Lanotte glanotte

View GitHub Profile
@funny-falcon
funny-falcon / 00-description.md
Last active January 11, 2017 14:33
Performace patch for ruby-1.9.3-p327 detailed

This are parts of falcon patch for ruby-1.9.3-p327

  • 01-backport-speedup-require.diff - backport of Greg Price's patch for speedup require.

    For a long time my patch were famous cause of require speedup. ruby-core prefers slightly simpler patches from Greg Price, and I wish not to compete with ruby-core, so that I just backport accepted changes.

  • 02-st_opt.diff - speedup of Hash

This patch contains:

@glanotte
glanotte / item-error.json
Last active August 29, 2015 14:22
Collection+JSON item-error extension
{
"collection": {
"version": "123",
"items": [{
"href": "http://example.com/contacts/1",
"data": [
{"name": "id", "value": "1"}
]
},{
"item-error": "This object is invalid",