Skip to content

Instantly share code, notes, and snippets.

@samuelgoto
Last active May 17, 2018 19:07
Show Gist options
  • Save samuelgoto/356307199fb5451788476b8cd697ab6b to your computer and use it in GitHub Desktop.
Save samuelgoto/356307199fb5451788476b8cd697ab6b to your computer and use it in GitHub Desktop.
  • web assembly will always have a 10-12% interpretation cost (anecdotal data from @bnelson, need to sanity check / validate with others), which for computer vision things over a came stream seems like a non starter.
  • composition, portability
  • ergonomics (don't have to care about gpu)
  • cpu vs gpu: memory constrained versus computing contrained
  • concurrency, multithreading: don't you need to transfer video streams back and fourth between worker threads?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment