pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
46 stars 12 forks source link

FileItem vector #456

Closed pjrinaldi closed 1 year ago

pjrinaldi commented 1 year ago

Should switch the fileitem std::vector to be a std::map<gid, FileItem>, so when i switch to checks and all for processing, i can populate the fileitem list by not getting it's current value from the table...

pjrinaldi commented 1 year ago

this is designed fine, I don't think i need to switch to map from vector, but i'll see as a i go.