Skip to content

Instantly share code, notes, and snippets.

@ctb
Created December 4, 2012 20:46
Show Gist options
  • Save ctb/4208501 to your computer and use it in GitHub Desktop.
Save ctb/4208501 to your computer and use it in GitHub Desktop.
PyData submission.
Title: Implementing Awesome Big Data Algorithms Effectively
C. Titus Brown* and Eric McDonald
Random algorithms and probabilistic data structures are algorithmically
efficient and can provide shockingly good practical results. I will briefly
cover a few commonly used probabilistic data structures, then describe their
implementation in Cython and C++. The bulk of the talk will be spent
discussing performance considerations of implementations, including caching and
approaches to threadsafety. This will be a in-depth extension of my "Awesome
Big Data Algorithms" presentation at PyCon.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment