I was interested in finding the fastest way to initialize an empty set in Python (I\'m using 3.8). You cannot instantiate an empty set as {} as that creates a <
{}