Will Sewell

Results 27 issues of Will Sewell

I'm having a strange error where haskell-mode can't seem to find certain modules. My project compiles fine, and haskell-mode interactive can find the modules fine (it may be mod-ghc, but...

Iterations should be timed manually instead of relying on the runtime system statistics. This will make it consistent with the other benchmarks. cc @gasche

Messages should be stored in an array instead of a hash table to make it consistent with the other benchmarks. Racket goes over my head unfortunately. @gasche, you might be...

Instead of doing N iterations with the same "channel" structure, I would like to do K rounds of N iterations, with each round allocating a new channel structure and forgetting...

Normalise on just counting time at each iteration instead of trying to use the language runtime's monitoring flags, which are proving too fragile besides making the system more complex/fragile and...

Previous discussion: https://gitlab.com/gasche/gc-latency-experiment/merge_requests/16

Previous discussion: https://gitlab.com/gasche/gc-latency-experiment/merge_requests/10

Support recursive types as described in https://docs.dhall-lang.org/howtos/How-to-translate-recursive-code-to-Dhall.html. `dhall-to-{json,yaml,yaml-ng}` already has special case support for the recursive JSON type: https://github.com/dhall-lang/dhall-haskell/blob/4d3bb4784908f4ddb63ee70946a84fa967ca9733/dhall-json/src/Dhall/JSON.hs#L503-L589 In https://github.com/dhall-lang/dhall-kubernetes/issues/111#issuecomment-583983148, @Gabriel439 suggested adding support for arbitrary recursive types. I...

enhancement
json/yaml

I am able to connect to Amazon MQ with the `conn` benchmark, but when I run a `pub` or `sub` benchmark using the same parameters, I immediately get the error:...

Many people will wish to "pagify" pages with a different file extension. It's not particuarly hard to change this in the Pagify source code, but it would be nicer if...