Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Go for speed

Nick Bruun
September 18, 2014

Go for speed

A look at a use case for Go at Iconfinder, which shaved ~40 ms off asset load times.

Nick Bruun

September 18, 2014
Tweet

More Decks by Nick Bruun

Other Decks in Programming

Transcript

  1. <token secret> = "<expiration timestamp>-<session ID>-<nonce>-<URL>" <signature> = hmac_sha1(<token secret>,

    <shared secret>) <token> = "<expiration timestamp>-<nonce>-base64(<signature>)"
  2. DIY