{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I followed the example below:\n\n```\nString[] filenames = { \"ReadMe.txt\", \"c:\\\\data\\\\collection.csv\", \"c:\\\\reports\\\\AnnualSummary.pdf\"};\n  using (ZipFile zip = new ZipFile())\n  {\n    zip.AddFiles(filenames, \"files\");\n    zip.Save(\"Archive.zip\");\n  }\n```\n\nBut when I add 200 audio files to a zip, it too slow, even copy is faster.\nHow can I add multiple file to zip is faster ? Another solution  or work around ?",
    "LastUpdatedDate": "2014-07-08T10:19:18.033-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2014-07-08T10:18:16.43-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Add multiple file to zip is too slow",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 16911
  },
  "FileAttachments": [],
  "Comments": []
}