Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
How does/will Mojo handle final classes? - Modular
M
Modular
•
3y ago
Maximum Limelihood Estimator
How does/will Mojo handle final classes?
Unless a class is
final
final
, it usually has poor performance
. However
, Python classes are almost always extendable
(
final
final
was only added in 3
.8 and doesn
't enable optimizations in Python
, IIRC
)
.
How will Mojo handle this
, and how will Mojo
structs
structs
handle similar issues
(and subtyping
) in later versions
?
Modular
Join
This server is the home of the MAX and Mojo community! Join us to chat about all things Modular.
20,199
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
How to implement other classes in mojo
M
Modular / questions
3y ago
Will mojo support JIT compilation?
M
Modular / questions
2y ago
Does Mojo support CUDA?
M
Modular / questions
3y ago
Will mojo let third parties handle the compiler distribution and packaging like python?
M
Modular / questions
3y ago