Add support for Just-In-Time parsing #529
Labels
feature request
An issue that improves the user interface.
parsers are hard
Examples of where MCNP syntax is complicated and should be simplified.
performance 🐌
Issues related to speed and memory
Is your feature request related to a problem? Please describe.
This issue is related to #382, and came from a discussion with @dodu94.
Right now reading a large file can be resource intensive. Usually while editing an MCNP input file a small fraction of the inputs are actually edited.
Describe the solution you'd like
So the idea is: what if the parsing step only occurs when a specific object is accessed.
For instance
Describe alternatives you've considered
An alternative would be #382.
Additional context
This would be most useful for fusion models.
The text was updated successfully, but these errors were encountered: