Interesting, did you compile with `-d:danger --panics:on` ? Also watch out, the 
allocator now uses 16 byte alignments iirc and for reasons currently unknown to 
me `-d:withRC` uses much more peak memory than ARC.

Also a fun fact: Even without `.acyclic` ORC has the same performance than ARC 
on this benchmark. For me at least, ymmv. 

Reply via email to