diff options
Diffstat (limited to 'notes.txt')
| -rw-r--r-- | notes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -38,6 +38,8 @@ libevent might be useful to slam everything together for async IO that I don't n | |||
| 38 | be a lot of work that I might not need to do. I'm going to do threadpooling first and then make a branch that uses libevent to see | 38 | be a lot of work that I might not need to do. I'm going to do threadpooling first and then make a branch that uses libevent to see |
| 39 | if there's any appreciable improvement in performance | 39 | if there's any appreciable improvement in performance |
| 40 | 40 | ||
| 41 | Look into mmap() | ||
| 42 | |||
| 41 | ============== LIST OF POTENTIALLY USEFUL GNU C FUNCTIONS ============== | 43 | ============== LIST OF POTENTIALLY USEFUL GNU C FUNCTIONS ============== |
| 42 | scandir() - Gets a list of files in a directory: https://www.gnu.org/software/libc/manual/html_node/Scanning-Directory-Content.html | 44 | scandir() - Gets a list of files in a directory: https://www.gnu.org/software/libc/manual/html_node/Scanning-Directory-Content.html |
| 43 | link() - Hardlinks one file to another location: https://www.gnu.org/software/libc/manual/html_node/Hard-Links.html | 45 | link() - Hardlinks one file to another location: https://www.gnu.org/software/libc/manual/html_node/Hard-Links.html |
