aristanetworks / nix-serve-ng

A drop-in replacement for nix-serve that is faster and more reliable
Other
156 stars 14 forks source link

Restructure NAR streaming to remove one pointer indirection #2

Closed Gabriella439 closed 2 years ago

Gabriella439 commented 2 years ago

We can pass the two fields directly via the FFI instead of bundling them in a String_ struct

jsoo1 commented 2 years ago

Awesome!