Sébastien Volle, 13.02.2012 13:33:
> My team is working on a project of fast packet sniffers and I'm comparing
> performance between different languages.
> So, we came up with a simple ARP sniffer that I ported to Python using
> ctypes.

If performance is important to you, you may want to write the wrapper for
Python in Cython instead (and maybe also parts of the filtering code, which
I assume your program to be about).

Stefan

_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to