cppman icon indicating copy to clipboard operation
cppman copied to clipboard

Update so the processing takes much less memory.

Open bogado opened this issue 1 year ago • 0 comments

Separated the "Entry" as a Separated object that calculates "on the fly" the aliases from the keywords.

Doing that made it actually finish the indexing operation.

By using generators instead of holding to much of the data the processing gets much lighter.

bogado avatar Jan 26 '25 16:01 bogado