zeta0134 / rusticnes-core

I decided to teach myself Rust by writing an NES emulator. Things quickly got out of hand.
MIT License
34 stars 4 forks source link

Remove unused debug state and make things with known size into arrays #17

Closed tedsteen closed 1 year ago

tedsteen commented 3 years ago

Makes things a bit more clear and maybe perhaps (I have no idea) helps the compiler to make better decisions. WDYT?

zeta0134 commented 1 year ago

The project has diverged heavily since this PR was relevant, so I'm going to go ahead and close it out. However I may implement some of its ideas manually; these are all decent suggestions.