Winston Hartnett

Results 14 comments of Winston Hartnett

At the same menu where Google Fi fails on GOS, the stock [Pixel 8] OS displays a pop-up asking for carrier permissions. There wasn't any pop-up on GOS (Google Fi...

Caching the method bind, builtin method, and utility function pointers with a `static` `OnceLock` produces the following speedups: | Function | Kind | Uncached | Cached | Percent | |...

~~Seems related to #416.~~

Actually, `incAll` is being inlined before specialization b/c it's a 0-arity binding (see ghc issue above). `incAll x = V.map (+1) x` restores performance.