The ReadTable function currently expects to write a large file to the user's home directory. This interface should change (or a new interface added) to allow for the specification of a different directory. This makes sense for several reasons:
- If LXRHash is used in a daemon or service, there may not be a home directory to use.
- It would be nice to share these files between all users on a system.
- The user may wish to store the file on a faster medium than that which stores the user's home directory.
I'm happy to submit a PR if one is welcome.
The
ReadTablefunction currently expects to write a large file to the user's home directory. This interface should change (or a new interface added) to allow for the specification of a different directory. This makes sense for several reasons:I'm happy to submit a PR if one is welcome.