The StampCreator class in search/stamp_creator.cpp doesn't do anything that requires it to be a class and just adds overhead when we are using it from Python (creating an unneeded object). We should remove the class and just call the functions directly.
The
StampCreator
class in search/stamp_creator.cpp doesn't do anything that requires it to be a class and just adds overhead when we are using it from Python (creating an unneeded object). We should remove the class and just call the functions directly.