Contribute Media
A thank you to everyone who makes this possible: Read More

Speeding up Python with Rust to synthesize DNA

Description

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.

Details

Improve this page