Does event.globalKeys.add() impact overall performance?

If I use len(event.getKeys()) in my callback instead, will it be slightly faster than relying on pyglet's own thread which busy-polls the keyboard?