node-io-uring icon indicating copy to clipboard operation
node-io-uring copied to clipboard

Support "current position" (position=null) writes, reads

Open innerop opened this issue 5 years ago • 17 comments

Hi

Awesome that you made this.

I’d like to do a benchmark based on your work for fileAppend and wondering if I can supply nulls for offset in position in writeBuffer so it just appends the data at end of file.

Is that supported?

If not, I can take a stab at it, although my knowledge of C++ is very rusty.

Thanks for sharing!

innerop avatar May 14 '19 02:05 innerop