jchien14
jchien14
Workaround is calling RemoteFile.write(position, byte[], 0, byte[].length) repeatedly with a byte array of no more than 32768 at a time. Doesn't seem to be too big of a hit in...
Not sure what you mean by a benchmark -- unfortunately, I don't have a framework or anything, just a few reports amongst coworkers. Here's a process sample (16 threads) [rg_2024-11-07_101925_9S3I.sample.txt](https://github.com/user-attachments/files/17667706/rg_2024-11-07_101925_9S3I.sample.txt)...
Following the instructions here for a fresh checkout of Chromium on Mac: https://chromium.googlesource.com/chromium/src/+/main/docs/mac_build_instructions.md#Install Results are quite different: ``` rg --threads 12 testtesttest 4.67s user 263.67s system 893% cpu 30.029 total...