perf: Unneeded file read and split in Cache.ts indexFile
if no lists in file
#959
Labels
scope: parsing markdown
See also 'scope: global filter'
scope: performance issues
Issues with speed or responsiveness
indexFile
inCache.ts
link to code does a cached read of the file and thengetTasksFromFileContent
splits the entire contents by "\n" even if there are no list items in the file and the rest of the function is therefore a no-op. Opportunity for small optimization?Moved from #697
The text was updated successfully, but these errors were encountered: