11 votes

Writing a NES emulator in Rust using generators

1 comment

  1. teaearlgraycold
    Link
    I while ago I thought about doing this with Python's generators. In Rust this could actually run at full speed. It's strange how even with the computers of 2019 you can pick a programming language...

    I while ago I thought about doing this with Python's generators. In Rust this could actually run at full speed.

    It's strange how even with the computers of 2019 you can pick a programming language that will be so slow that you can't trivially emulate a 6502 at full speed.

    5 votes