You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: