Smattr / clink

a modern re-implementation of Cscope
The Unlicense
43 stars 2 forks source link

only store content-full context lines #134

Closed Smattr closed 1 year ago

Smattr commented 1 year ago

The entire context for a file is stored in the database currently. This includes things like comment lines that will never match any returned database result. We could correlate this at store time and avoid storing lines that will never be used.