Optimize|libcommon: Addressed Patch replacement related performance issues
Determining a replacement Text for a given patch is a somewhat costy exercise, requiring dynamic memory allocations and various DED and other database searches.
Patch replacement search results are now stored in a record map in hu_stuff.cpp to accelerate future lookups.
Optimize|libcommon: Addressed Patch replacement related performance issues
Determining a replacement Text for a given patch is a somewhat costy
exercise, requiring dynamic memory allocations and various DED and
other database searches.
Patch replacement search results are now stored in a record map in
hu_stuff.cpp to accelerate future lookups.