Björn Steinbrink

Results 40 comments of Björn Steinbrink

@fleimgruber Ah! Your comment about it not working on Windows should have been a dead giveaway, but it being broken for me on Linux too was a red herring that...

That works for me

I'm in favor of getting things done faster, but moving development over to another repo yet still being unable to publish to crates.io seems like the wrong approach. I'd be...

The workflow doesn't test the PR's branch head, but the merge result of the PR branch and its destination (at the time of testing), i.e. the test for commit 476fb01...

Hey @peso, I'm sorry I couldn't review the latest version yet. I have assigned a time slot on Saturday to have a look at the open PRs.

> I have assigned a time slot on Saturday to have a look at the open PRs. Life had different plans :-( I got through some of the other open...

If the centering works, I'm most likely fine with keeping the helper as is.

FWIW, the snapshotting suffers badly enough from lock contention in the allocator that using `RAYON_NUM_THREADS=1` makes almost no difference in wall time, but saves a lot in user and sys...

FWIW, this contention does not show up if I build jj locally and link against glibc

From kurt in the lazyjj channel in discord: https://nickb.dev/blog/default-musl-allocator-considered-harmful-to-performance/ In lazyjj having a locally built jj (with glibc) is so much more usable than the upstream build using musl in...