-
I'm using `rclone sync` to copy ~5TB of data to a ZFS dataset created with these options:
```
zpool create -o ashift=12 -O atime=off -O compression=lz4 -O recordsize=1MB -O casesensitivity=insensi…
-
We should start looking into the tradeoffs of different types of network implementations.
I see 2 main roads we can take, we can either (1) develop our own "protocol" on top of TCP, or (2) use some…
-
See [D130809](https://reviews.llvm.org/D130809) for the patch to work around this in the RISC-V backend by adding additional ISel patterns. As noted by @topperc, the register coalescer doesn't always …
-
Problem: `flux run --add-file` doesn't work with files that contain embedded nulls:
```
$ dd if=/dev/zero of=/tmp/zz bs=1024 count=1
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) …
-
## Context
Odin: dev-2024-03:7d6e9ef39
OS: Windows 11 Home Basic (version: 22H2), build 22621.3155
CPU: AMD Ryzen 9 5950X 16-Core Processor
RAM: 3…
-
-
./core/iostream-impl.hh:60: future output_stream::write(net::packet) [with CharType = char]: Assertion `!_end && "Mixing buffered writes and zero-copy writes not supported yet"' failed.
send msg here…
-
lmdbjava is apparently better maintained (more features & more OS built) and faster... also never get the zero copy mode working reliably with lmdbjni so it is worth trying lmdbjava for this too.
-
And perhaps newer linux with "raw_copy_from_user" but works great with r = copy_from_user (...);
despite running kernel >4.0
Compiler said implicit declaration of function, and from my limited codin…
-
Perf tests build on Ubuntu 22.04 outputs several warnings about this:
```
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/…