flanchan@cumallover.me Use `memfd_create()` instead of paged bufferes Use paged buffers, managed by `bytes` library and `jemalloc` Same as `mode_memfile`, except does not include `memfile_preallocate` (For `mode_memfile` only) If input size cannot be determined, preallocate the internal memory to a multiple of the system page size. Use `jemalloc` as the default system allocator: Useful when using `mode_buffered` or the default mode Disable logging and error-reporting at runtime. (This is mostly useless, as logging code is still ran; instead, just don't enable the `logging` feature Enable logging and error-reporting to `stderr` at compile time (For non-`memfile` builds): Use more efficient internal buffer management