hervold / pycon-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python at Twist Bioscience

Improving performance with Rust

This repository contains a simple implementation of a Markov chain in Python and an equivalent implementation in Rust, along with Python bindings.

Example English text can be found in corpus.txt, which was extracted from the "Reuters-21578" dataset using a simple python script (python/process_reuters.py).

For more information, see the presentation.

About


Languages

Language:Rust 66.2%Language:Python 33.8%