You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2010/03/11 23:24:09 UTC

latest count-progress.py output

Here is the latest:

                      | libsvn_client | libsvn_wc | Total
----------------------+---------------+-----------+-------
  svn_wc_adm_access_t |            14 |        81 |    95
       svn_wc_entry_t |            31 |        61 |    92
        svn_wc__node_ |           106 |        27 |   133
            log_accum |             0 |       126 |   126
 svn_wc__wq_add_loggy |             0 |        17 |    17
     svn_wc__db_temp_ |             0 |       111 |   111
----------------------+---------------+-----------+-------
                Total |           151 |       423 |   574

The most interesting part that I see is in libsvn_client, with just 14
access baton uses, and 31 entry_t uses. That library is *very* close to full
removal of those two concepts.

Anybody want to focus on those two areas? Finish it off?

Cheers,
-g