datx-php
datx-php copied to clipboard
优化文件读取,减少内存使用,提升性能
只更改了city类,District类和BaseStation类由于没有库文件,没有修改。
@mastermissing 重新实现了三个类:一次性读取全部数据, 读取全部数据基础上缓存查询,和每次直接读文件。同时支持 datx 和 dat 两种格式。
https://github.com/larryli/Monipdb/blob/master/src/DirectMonipdb.php