CharlesJS

Results 9 comments of CharlesJS

That's a good point; I came up with the plan for this project before macros were available in Swift, so it's possible that there might be some area for future...

`XPC(En|De)Coder` are mostly just wrapping the [libxpc functions] for encapsulating data to send over the wire. The numbers you posted do seem somewhat concerning. How complex is your `Frame` type?...

Hi Steve, The trouble with using `self.measure` for benchmarking is that it only really can get you a rough idea of _relative_ performance, but due to overhead imposed by Xcode,...

Not currently, although you can simply send a "dummy" payload such as an empty string, a zero, etc. This may be a good idea for future enhancement.

That results in the following error message: ``` qemu-system-x86_64: QXL VGA not available ``` edit: leaving out the `-vga qxl` argument, timings are unchanged, other than the following errors occurring...

Set the video to VGA and ran the tests again. Ran it twice on each to see if any caching was influencing the results. UTM 4.2.5: 54s, 54s UTM 4.3.1...

For the last test, I used: ``` qemu-system-x86_64 -accel tcg -hda /Users/_redacted_/Library/Containers/com.utmapp.UTM/Data/Documents/Windows\ XP.utm/Data/disk-0.qcow2 -device ac97 -netdev user,id=mynet0 -device rtl8139,netdev=mynet0 ``` The `-device ac97 -netdev etc...` was my attempt to bring...

Requesting that this issue be reopened; with O3X 2.0.1 on macOS 11.4 with zstd enabled, this now results in a kernel panic rather than a simple file copy error.

This (rather contrived, but it does the job) filename reproduces the panic on my machine: ``` ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSÜ ``` Normalization and casesensitivity: ``` $ zfs get normalization ZFS NAME PROPERTY VALUE...