pyenergyplus / eppy3000

E+ Scripting Language using the epJSON file format
Mozilla Public License 2.0
7 stars 3 forks source link

JIT for IDD #103

Closed santoshphilip closed 5 months ago

santoshphilip commented 6 months ago

Just in time (JIT) read of the IDD. Only essential IDD objects are read from file. Implementation would using dbm library. See code in json2dbm.py

santoshphilip commented 6 months ago

i103_dbmidd1

JIT for IDD now works. It is in a draft form

santoshphilip commented 5 months ago

fully working JIT for IDD.

Need to document this in development notes