Coming back to it, and *actually reading*, you can just... read the button values via the HID API.
Well... that makes my job easier.
Coming back to it, and *actually reading*, you can just... read the button values via the HID API.
Well... that makes my job easier.
Still, actually trying to do things "properly" turns out to be... easier? than hacking it yourself??
(within reason)
Still, actually trying to do things "properly" turns out to be... easier? than hacking it yourself??
(within reason)
As a comparison, using a log function yields 8388608 seeds in .6s
As a comparison, using a log function yields 8388608 seeds in .6s
starting from seed '11', our ops/ms drops to 544. At seed '111', it plummets to 66 ops/ms
starting from seed '11', our ops/ms drops to 544. At seed '111', it plummets to 66 ops/ms
working from a much higher seed using the log method gives 13247 ops/ms
working from a much higher seed using the log method gives 13247 ops/ms
Initial thought was chuck it all in a database, but at 1 byte per seed that's in the ballpark of ~3 TB...
Initial thought was chuck it all in a database, but at 1 byte per seed that's in the ballpark of ~3 TB...
I thought I broke my filter when I saw the speeds drop from 5s to .8s
I thought I broke my filter when I saw the speeds drop from 5s to .8s
I'm getting Java flashbacks and I don't like it :<
I'm getting Java flashbacks and I don't like it :<