On 2/9/19 1:56 PM, ToddAndMargo via perl6-users wrote:
Hi All,
sub xxx( Buf $YugeBuf is ro ) {some midricle}
Is $YugeBuf (up to 100 MB) a copy of just the structure?
I don't want the time time of a copy.
Many thanks,
-T
Without all the typos:
Hi All,
sub xxx( Buf $YugeBuf is ro ) {some mi
Hi All,
sub xxx( Buf $YugeBuf is ro ) {some midricle}
Is $YugeBuf (up to 100 MB) a copy of just the structure?
I don't want the time time of a copy.
Many thanks,
-T
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: e5b176cae67ba74035dd2be3518dca863f5e780e
https://github.com/perl6/specs/commit/e5b176cae67ba74035dd2be3518dca863f5e780e
Author: Carl Masak
Date: 2019-02-09 (Sat, 09 Feb 2019)
Changed paths:
M S03-ope