BeaconServers / Beacon-Backend

1 stars 0 forks source link

Rewrite (Some) Python As Rust #5

Open billyb2 opened 3 years ago

billyb2 commented 3 years ago

As of now, the few scripts that run in the background are in Python. For stuff like the installer, this is fine. However, Python, while fun to write in and easy to read, is relatively slow. Using a compiled language built specifically for speed, like Rust, would allow for more careful use of memory and in general faster code (that will also cost less to run ;))