Chad Sharp
Chad Sharp
> I suppose using GAT tokens means passing tokens to different threads will also be a pain. Not necessarily. You can create a service that "extends" the lifetime of a...
The assertion rewriting is a really cool idea! Cool to see this still being developed. Some comments: * Since the minimum python version for this version of check50 appears to...
Const-ness and better "guarantees" (heuristic guarantees anyway) are the main reasons to prefer `core::hint::black_box` but it's worth mentioning there are minorly positive performance benefits to using `core::hint::black_box` as well. (though...