<korvo>
So, bad news: I can't find a git repo of PyGirl. Period. I have a copy of code from November 2016, but no git history. If you have a repo and you'd like to share the history, reach out and I'll rebase onto it.
<korvo>
...Did I say that already? Deja vu is really strong sometimes.
<korvo>
I'm a little hesitant to upload PyGirl to GitHub because it seems like GH is getting rid of emulators. I may have to run my own git daemon. Well, my own *public* git. I've already got private backups of a lot of stuff.
itamarst has quit [Quit: Connection closed for inactivity]
<korvo>
I got a 40% reduction in CPU usage for PyGirl by cleaning up some constructors and switching from lists to bytearrays. With a little work, it could be a decent emulator; it's already got the logic for cycle-accurate emulation.