1
0
Fork 0
Tool for sorting binary records
Go to file
Joris van Rantwijk 771394aa9d Avoid O_TMPFILE, instead just unlink() explicitly
O_TMPFILE is not universally supported on all filesystems.
2022-06-25 13:10:06 +02:00
.gitignore Add gitignore 2022-06-24 16:52:56 +02:00
Makefile Add tool to generate random records 2022-06-24 16:30:06 +02:00
recgen.cpp recgen: Add explicit random seed option 2022-06-25 11:58:28 +02:00
sortbin.cpp Avoid O_TMPFILE, instead just unlink() explicitly 2022-06-25 13:10:06 +02:00