GeistHaus
log in · sign up

Faster Python with Go shared objects (the easy way)

blog.kchung.co

There's no two ways about it, Python is slow. I felt this in particular when exploring how to sanitize potentially malicious HTML content in the CTFd [https://ctfd.io/] content editor. The two options for sanitizing/processing HTML in Python both have some tradeoffs: 1. Poorly but quickly parse HTML

1 page links to this URL