We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af69fac commit d9c30beCopy full SHA for d9c30be
genesis/__init__.py
@@ -50,7 +50,7 @@ def init(
50
backend=None,
51
theme="dark",
52
logger_verbose_time=False,
53
- performance_mode: bool = False, # True: compilation ~6x slower, but runs ~1-10% faster
+ performance_mode: bool = False, # True: compilation up to 6x slower (GJK), but runs ~1-5% faster
54
):
55
# Consider Genesis as initialized right away
56
global _initialized
0 commit comments