[tor-commits] [stem/master] Improve parsing speed for consensus documents

atagar at torproject.org atagar at torproject.org
Sat Aug 16 22:43:45 UTC 2014


commit 2a7555ee6f0c598a598eaa2a52b2d19eaf5715a9
Merge: 1486167 b427ad8
Author: Damian Johnson <atagar at torproject.org>
Date:   Sat Aug 16 15:43:59 2014 -0700

    Improve parsing speed for consensus documents
    
    Improvements from Nick so we can parse consensus documents faster (and to a
    lesser extent other document types). This reduces the parse type by around 30%
    according to cProfile.
    
      https://trac.torproject.org/12859

 docs/change_log.rst                    |    4 ++++
 stem/descriptor/__init__.py            |   35 +++++++++++++++++---------------
 stem/descriptor/router_status_entry.py |   16 +--------------
 3 files changed, 24 insertions(+), 31 deletions(-)



More information about the tor-commits mailing list