snes-apu
snes-apu copied to clipboard
Update readme with info on the current internal mutability pattern and why it was chosen
Refer to https://github.com/emu-rs/snes-apu/issues/11#issuecomment-149460726 when writing
I'd also like to take one more round with trying to remove the last remaining unsafe code by using RefCell
's. I think it is still possible to do what I need using those, and I'd love to get a side-by-side perf test in doing so.