Monday 10:20 a.m.–11 a.m. in Main Hall
Speeding up Python with Rust to synthesize DNA
Pablo Klijnjan
- Audience level:
- Intermediate
Abstract
When performance is a key factor for your algorithm, Python might not be the best tool. Rust is a system programming language with strong security guarantees and C-like performance while remaining as productive as Python. We will explore why we chose Rust as the language to implement parts of our biological algorithm.