program tuning TODOs

This commit is contained in:
Damian Gryski 2020-08-25 07:14:15 -07:00
parent c9a98e60fa
commit 1196f63260

View File

@ -980,6 +980,9 @@ had optimized process startup time with a complex set of mmap, reflect, and
unsafe. Once we changed how the system was deployed, this code was no longer
required and I replaced it with much more readable regular file operations.
TODO(dgryski): hash function work should fall here; manually inlining, removing structs,
unrolling loops, removing bounds checks
### Optimization workflow summary
All optimizations should follow these steps: