)]}'
{
  "commit": "23784602d7263ffb082cf99d641e2f82794b4485",
  "tree": "ab8e358cb77414a85f4544b15692dcf107f33e08",
  "parents": [
    "cb6730876b985e110843c1842a7a63a63677cf08"
  ],
  "author": {
    "name": "Kevin Burke",
    "email": "kev@inburke.com",
    "time": "Sat Aug 04 22:08:37 2018 -0700"
  },
  "committer": {
    "name": "Brad Fitzpatrick",
    "email": "bradfitz@golang.org",
    "time": "Tue Aug 07 03:36:33 2018 +0000"
  },
  "message": "unicode/norm: lazy load recompMap from string\n\nrecompMap gets populated on init, which requires 21kB of memory.\nInstead populate it only when we need it.\n\nThis will put it in the rodata section of the binary, which means that\nthe Go compiler can apply better optimizations to it. The string is an\nalternating series of 4 byte keys and 4 byte values, which get built\ninto a map the first time they are required.\n\nUpdates golang/go#26752.\n\nChange-Id: I4f9b7d74af6df42b58999cf42cf5ada9646aa98d\nReviewed-on: https://go-review.googlesource.com/127926\nRun-TryBot: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e67e7655c547e22cfe36f9250d5f3e0e080cdc69",
      "old_mode": 33188,
      "old_path": "unicode/norm/forminfo.go",
      "new_id": "f7fbf86d15cfecebef938f3446fe6800d32b075a",
      "new_mode": 33188,
      "new_path": "unicode/norm/forminfo.go"
    },
    {
      "type": "modify",
      "old_id": "2e5c6955a1b49aab51ed78f90ddf940272834f10",
      "old_mode": 33188,
      "old_path": "unicode/norm/maketables.go",
      "new_id": "30a3aa93343d22d5cb928b2c7cb54b25e41b95c3",
      "new_mode": 33188,
      "new_path": "unicode/norm/maketables.go"
    },
    {
      "type": "modify",
      "old_id": "44dd3978caa5ad5c623c93fc65fbcea24c6a72da",
      "old_mode": 33188,
      "old_path": "unicode/norm/tables10.0.0.go",
      "new_id": "c48a97b0c28d9c97ca4869b6498eeb7fca867809",
      "new_mode": 33188,
      "new_path": "unicode/norm/tables10.0.0.go"
    },
    {
      "type": "modify",
      "old_id": "a01274a8e87bf17248a85594ccd598827ff2002b",
      "old_mode": 33188,
      "old_path": "unicode/norm/tables9.0.0.go",
      "new_id": "942906929135c9665c7ec0d5f7524e37f7ea4ad9",
      "new_mode": 33188,
      "new_path": "unicode/norm/tables9.0.0.go"
    }
  ]
}
