1
0
mirror of https://github.com/zellyn/go6502.git synced 2024-09-26 19:54:39 +00:00
go6502/docs/visual.org

6 lines
271 B
Org Mode
Raw Normal View History

2013-03-12 03:16:06 +00:00
* Speedups
- Keep group state in a single mask, and index into a precomputed array of groupvalues.
- Don't use a bitmap for transistor values.
- Don't recompute in SetNode if nothing changed.
- Clear out the group membership bitmask as we go (one whole uint32 at a time)