Thursday, 19 November 2015
Interesting Snippets from 2015-11-19
-
C is for Python - OpenDNS Security Labs
There are many ways to squeeze performance out of Python: Cython, PyPy, SWIG, etc., but my preferred method is to write the C as efficiently as possible for a performance dependent function (those related to the DGA especially), and wrap it manually for Python to import as a module.