Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 274 Bytes

wip.md

File metadata and controls

3 lines (3 loc) · 274 Bytes
  • Change reading log file to how it is done here: http://www.dabeaz.com/generators/Generators.pdf (pg. 72).
    • More efficient than parsing entire log file every call.
    • Check if it works within an async function, may need dedicated thread with shared queue (pg. 89).