awygle
awygle
After seeing https://github.com/bheisler/criterion.rs/pull/283 I tested again with the git version of `criterion`. Unfortunately this didn't correct the issue - if anything, it made `base` slightly slower.
As mentioned on Twitter, an additional enhancement that I found myself reaching for (although it may not actually be the best design) is a way to do something like this:...
Writing a bit more nMigen now, I can see the utility of the `after_entering` method. I'd also love a way to more literately express "on _simple boolean condition_, transition to...
I have a flash cart, so I can test whatever code may be written. I understand not wanting to rely on somebody else's hardware though, so I get that may...
If you bang out an initial version of the code, I can get half a dozen people to test, pretty easily, on all sorts of hardware variants. No problem. And...
> If downstream code is highly likely to need programmatic choice between board variants, then we should think about making those constructor arguments rather than separate board classes. But if...
I'm interested in working on this. I'm curious what your plan for implementation was - I've come up with a few approaches but they all have one or more sticking...
It does seem to be pretty easy to get working. I need to do some more testing but I think I already have it basically figured out. As far as...
I am still working on this although I know it must look like I've stopped :) life gets in the way as I'm sure you understand. The `AhoCorasick` methods make...
The point's well-taken, but I'm not sufficiently versed in the subject matter to know what's worth merging before I have everything implemented I think - I'm sort of working things...