{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "Fixed in changeset 45584. First binary 1.9.0.29",
    "ClosedDate": "2009-10-28T01:19:52.47-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi!\n \nFirst of all: I'm totally kicked by this project - you are awesome!\n \nI found a line in Deflate.cs line 394:\n            // clear the hash\n            for (int i = 0; i < hash_size; i++) head[i] = 0;\n \nThe for loop took ~58 msec in my test (with a profiler), but this alternative took only 0,039 msec:\n            Array.Clear(head, 0, hash_size);\n \nMaybe you want put this in the actual version.\n \nRegards:\nLengyel Janos Zoltan",
    "LastUpdatedDate": "2013-05-16T05:32:01.463-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2009-10-27T16:54:21.06-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "speed optimization",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 9063
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "Thanks! good catch.  I'll put that in. \r\n",
      "PostedDate": "2009-10-27T19:24:51.61-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2009-10-28T01:19:52.47-07:00",
      "Id": -2147483648
    },
    {
      "Message": "thank you!",
      "PostedDate": "2009-10-28T09:53:05.323-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:43:51.303-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:32:01.463-07:00",
      "Id": -2147483648
    }
  ]
}