Brandon Simmons
Brandon Simmons
@ndmitchell > can it be made to show space, or is it always time ? Always time. My experience is that space in this view is mostly useless. If you...
It looks like AIX 7.1 is the only really supported configuration for GHC. I can rent a VM for a month here: http://lparbox.com/order, but it's fairly expensive https://www.skytap.com/product/skytap-cloud-overview/ - I...
hey thanks for working on this. it should be easy to delete some of the few other tests in this file to get something totally self-contained that just depends on...
I noticed it returns `False` for both ghc 8.0 and 8.6, and latest atomic-primops. Didn't try others.
Also, maybe https://github.com/rrnewton/haskell-lockfree/issues/53 ?
> Yes, if things don't unbox that creates a risk of CAS failing Does that mean that something like `atomicModifyIORefCAS` Might Loop forever?
But I interpreted what you wrote to mean that if `atomicModifyIORefCAS` say is implemented in such a way that `Ticket` is not unboxed, then it would always loop forever as...
So actually if I double the numbers in my patch (using an array of 256 bytes) I seem to get very slightly better benchmarks, suggesting that something else (or in...
fwiw with the python sdk I don't get a fingerprint with `gpt-3.5-turbo-1106`. I do get one with `gpt-4-turbo`
I notice the `touch` here call `touch#` on a boxed type, for whatever that's worth. http://hackage.haskell.org/package/base-4.9.0.0/docs/src/GHC.ForeignPtr.html#touch