Optimize read performance

This commit is contained in:
WQY\qiong
2023-03-10 00:13:17 +08:00
parent e41abe362f
commit 1fda14c3cf
4 changed files with 210 additions and 117 deletions

View File

@@ -6,7 +6,7 @@ files = [
#'fengxian',
#'jbh',
#'nanjing',
#'net3',
'net3',
#'zj',
#'suzhouhe',
]
@@ -20,7 +20,7 @@ def db2inp():
dump_inp(file, f'./db_inp/{file}.db.inp')
if __name__ == '__main__':
#inp2db()
inp2db()
#db2inp()
#print(run_inp('net3'))
pass