alfred-swift-evolution
alfred-swift-evolution copied to clipboard
An Alfred workflow for looking up Swift evolution proposals
Hi, I'm James Dempsey, a member of the [Swift Website Workgroup](https://www.swift.org/website-workgroup/). As part of the workgroup one area I’ve been focused on is the Swift Evolution Dashboard and the JSON...
Currently, we download the JSON file on every invocation of the workflow, which is really wasteful and slow.
Besides not caching the downloaded JSON file on disk (see #5), an even bigger contributor to bad performance is the fact that we're running the code as a Swift script,...