Sebastian Graf

Results 65 issues of Sebastian Graf

I've been using commit https://github.com/kak-lsp/kak-lsp/commit/354b46e3cf56f0da35b444941a701ca4c1135aa8 (somewhere between v8 and v9) for some time and finally switched to v9 stable this week. But now I noticed that kak-lsp inserts its error...

Just a heads up: I realised through a broken build with a recent GHC HEAD that `basement` uses `unsafeCoerce#` (rather than `unsafeCoerce`). That primop will be gone as of 8.12,...

Some notes I took while reading your introduction to your exciting project from my perspective as someone familiar with performant GHC-Haskell code. Of interest to me is *how exactly everything...

discussion

I appreciate the work and thought you put into this project! It got me quite excited, to be honest; now I really want to know if/how interaction nets can actually...

discussion

Here's a complete reproducer: ```hs import Data.Ratio import System.Environment import Control.Monad import Data.Char import Data.List hash :: String -> Int hash = foldl' (\acc c -> ord c + acc*31)...

Here's a profile of a simplified benchmark case of NoFib's `bernoulli` after #8 has been fixed: ``` COST CENTRE MODULE SRC %time %alloc lookupEnvSO Stg.Interpreter.Base lib/Stg/Interpreter/Base.hs:(631,1)-(649,21) 6.1 3.4 evalStackContinuation.\ Stg.Interpreter...

While the implementation of, e.g., `...ByteArray.evalPrimOp` is rather direct and elegant at the moment ```hs newtype Name = BS8.ByteString evalPrimOp :: PrimOpEval -> Name -> [Atom] -> Type -> Maybe...

[Velcom's output format](https://github.com/IPDSnelting/velcom/blob/main/docs/bench_repo_specification.md#output-format) allows the specification of `error` measurements. Temci's report functionality should make use of that. Currently, I have to read both the `exec` as well as the `report`...

enhancement

[Here](https://temci.readthedocs.io/en/latest/temci_exec.html#number-of-runs) I see the following: > # Number of runs > >The number of runs per block is either fixed by the `runs` settings that apply or is between the...

I have a run block (description `build`) that has `run_config.runs=1`, but I still get output like the following: ``` Benchmark 5 to 10 times Benchmark 1 out of 5 to...

bug