MasterDuke17
MasterDuke17
hm. Benchable does ``` constant LIB-DIR = ‘data’.IO.absolute; ... %ENV = “{LIB-DIR}/perl6-bench/lib,{LIB-DIR}/Perl6-Text--Table--Simple/lib”; ``` I guess Bench should be moved and LIB-DIR changed.
Should be fixed with https://github.com/rakudo/rakudo/commit/49f555a2fb.
You mean use lz4 for the fast path? Instead of uncompressed?
I didn't know about/wasn't using `--csv-per-line`. I guess I generally know it's they're CSV files, but for some reason I'm thinking of the print-first-line as a general option.
Yep, that's pretty much exactly what I was thinking.
> I think this is a good case for per-thread lists (or arrays). MVM_alloc_safepoint is only called on the GC orchestrator thread at a point where all other threads are...
> > Is there a safe-but-faster way? > > The thread safety is exactly why it was a linked list. That's what I suspected, but thanks for confirming. I wonder...
Not every single case where an MVMString is created do I check whether it could be in-situ. Some of them seemed a bit unlikely to hit in enough instances to...
The CI fails are all because of t/02-rakudo/reproducible-builds.t, I'm not quite sure what the problem is or how to fix it.
> The CI fails are all because of t/02-rakudo/reproducible-builds.t, I'm not quite sure what the problem is or how to fix it. Well, locally a re-bootstrap (and then even another...