Author Topic: Anyway to speed up tridscan on string heavy files?  (Read 1838 times)

masamune3210

  • Newbie
  • *
  • Posts: 18
Anyway to speed up tridscan on string heavy files?
« on: May 31, 2020, 12:25:36 AM »
Scanning some files that happen to be incredibly string heavy and tridscan is taking quite a while checking and sorting the strings. Any way to speed it up?

Mark0

  • Administrator
  • Hero Member
  • *****
  • Posts: 2743
    • Mark0's Home Page
Re: Anyway to speed up tridscan on string heavy files?
« Reply #1 on: May 31, 2020, 02:47:38 AM »
The best way would be to add smaller files to the sample group, if you can find some.
Alternatively, you can disable string scanning completely with "-ns".

masamune3210

  • Newbie
  • *
  • Posts: 18
Re: Anyway to speed up tridscan on string heavy files?
« Reply #2 on: May 31, 2020, 03:32:23 AM »
This particular dataset is Halo Map Files, so they are set at a specific set size unless someone makes smaller ones. They are string heavy so I think I'll make ns definitions for now and will try to go back and rescan them if needed

Thanks