xiaohe27 / LogReader

The log reader which can read log files
0 stars 0 forks source link

Make it faster #22

Closed xiaohe27 closed 9 years ago

xiaohe27 commented 9 years ago

Use totally lazy eval, and weak type checking like Monpoly. Only detect and parse ts, event name for every event, for the events which are not of our interests, do NOT parse it at all.

xiaohe27 commented 9 years ago

done