Andrei Tudor Călin

Results 5 issues of Andrei Tudor Călin

Besides splice(2) and tee(2), Linux also offers [copy_file_range(2)](http://man7.org/linux/man-pages/man2/copy_file_range.2.html), opening the door for potential file-to-file copying optimizations, at the file system level. Perhaps we should look into supporting this. It doesn't...

enhancement
help wanted

The standard library splice(2) [tests and benchmarks](https://golang.org/src/net/splice_test.go) should be copied into our source tree, and extended to capture the whole range of `zerocopy.Transfer` capabilities. Also, we should test the algorithm...

As noted in #18, the code is full of these.

From @pwaller: Calling `g.Add(perf.Instructions, perf.CPUCycles, perf.ContextSwitches, tracepoint)` on a Group with `ExcludeKernel = true` causes the tracepoint to not register any values. Perhaps the Configurator returned by Tracepoint could be...

### What version of CUE are you using (`cue version`)? $ cue version cue version v0.9.0-alpha.5 go version go1.22.0 -buildmode exe -compiler gc DefaultGODEBUG httplaxcontentlength=1,httpmuxgo121=1,tls10server=1,tlsrsakex=1,tlsunsafeekm=1 CGO_ENABLED 1 GOARCH arm64 GOOS...

NeedsInvestigation
evaluator
evalv3-win