Fossil SCM

Further updates to the performance stats page: "yrs" becomes "years". Give a specific example of the commit bandwidth.

drh 2015-02-28 14:55 trunk
Commit 2762fecd9ef294b1abc2adbf60fc9f695cb5d33c
1 file changed +11 -9
+11 -9
--- www/stats.wiki
+++ www/stats.wiki
@@ -24,11 +24,11 @@
2424
2525
<tr align="center">
2626
<td>[http://www.sqlite.org/src/timeline | SQLite]
2727
<td>56089
2828
<td>14357
29
-<td>5388&nbsp;days<br>14.75&nbsp;yrs
29
+<td>5388&nbsp;days<br>14.75&nbsp;years
3030
<td>3.4&nbsp;GB
3131
<td>45.5&nbsp;MB
3232
<td>73:1
3333
<td>29.9&nbsp;MB
3434
</tr>
@@ -35,11 +35,11 @@
3535
3636
<tr align="center">
3737
<td>[http://core.tcl.tk/tcl/timeline | TCL]
3838
<td>139662
3939
<td>18125
40
-<td>6183&nbsp;days<br>16.93&nbsp;yrs
40
+<td>6183&nbsp;days<br>16.93&nbsp;years
4141
<td>6.6&nbsp;GB
4242
<td>192.6&nbsp;MB
4343
<td>34:1
4444
<td>117.1&nbsp;MB
4545
</tr>
@@ -46,11 +46,11 @@
4646
4747
<tr align="center">
4848
<td>[/timeline | Fossil]
4949
<td>29937
5050
<td>8238
51
-<td>2779&nbsp;days<br>7.61&nbsp;yrs
51
+<td>2779&nbsp;days<br>7.61&nbsp;years
5252
<td>2.3&nbsp;GB
5353
<td>34.0&nbsp;MB
5454
<td>67:1
5555
<td>21.5&nbsp;MB
5656
</tr>
@@ -57,11 +57,11 @@
5757
5858
<tr align="center">
5959
<td>[http://www.sqlite.org/slt/timeline | SLT]
6060
<td>2278
6161
<td>136
62
-<td>2282&nbsp;days<br>6.25&nbsp;yrs
62
+<td>2282&nbsp;days<br>6.25&nbsp;years
6363
<td>2.0&nbsp;GB
6464
<td>144.7&nbsp;MB
6565
<td>13:1
6666
<td>142.1&nbsp;MB
6767
</tr>
@@ -68,11 +68,11 @@
6868
6969
<tr align="center">
7070
<td>[http://www.sqlite.org/th3.html | TH3]
7171
<td>8729
7272
<td>2406
73
-<td>2347&nbsp;days<br>6.43&nbsp;yrs
73
+<td>2347&nbsp;days<br>6.43&nbsp;years
7474
<td>386&nbsp;MB
7575
<td>15.2&nbsp;MB
7676
<td>25:1
7777
<td>12.6&nbsp;MB
7878
</tr>
@@ -79,11 +79,11 @@
7979
8080
<tr align="center">
8181
<td>[http://www.sqlite.org/docsrc/timeline | SQLite Docs]
8282
<td>5503
8383
<td>1631
84
-<td>2666&nbsp;days<br>7.30&nbsp;yrs
84
+<td>2666&nbsp;days<br>7.30&nbsp;years
8585
<td>194&nbsp;MB
8686
<td>10.9&nbsp;MB
8787
<td>17:1
8888
<td>8.37&nbsp;MB
8989
</tr>
@@ -141,8 +141,10 @@
141141
The resulting CVS repository measured over 320MB in size. So, the
142142
developers were surprised to see that the equivalent Fossil project (the
143143
first nine years on SQLite) would clone with only 13MB of bandwidth.
144144
The "sync" protocol
145145
used by fossil has turned out to be surprisingly efficient. A typical
146
-check-in on SQLite might use 3 or 4KB of network bandwidth total, hardly
147
-worth measuring. The sync protocol is efficient enough that, once cloned,
148
-Fossil could easily be used over a dial-up connection.
146
+check-in on SQLite might use 3 or 4KB of network bandwidth.
147
+For example, the [04eef9522386a59e] check-in used a single HTTP request
148
+of 2099 bytes and got back a reply of 1116 bytes.
149
+The sync protocol is efficient enough that, once cloned,
150
+Fossil can easily be used over a dial-up connection.
149151
--- www/stats.wiki
+++ www/stats.wiki
@@ -24,11 +24,11 @@
24
25 <tr align="center">
26 <td>[http://www.sqlite.org/src/timeline | SQLite]
27 <td>56089
28 <td>14357
29 <td>5388&nbsp;days<br>14.75&nbsp;yrs
30 <td>3.4&nbsp;GB
31 <td>45.5&nbsp;MB
32 <td>73:1
33 <td>29.9&nbsp;MB
34 </tr>
@@ -35,11 +35,11 @@
35
36 <tr align="center">
37 <td>[http://core.tcl.tk/tcl/timeline | TCL]
38 <td>139662
39 <td>18125
40 <td>6183&nbsp;days<br>16.93&nbsp;yrs
41 <td>6.6&nbsp;GB
42 <td>192.6&nbsp;MB
43 <td>34:1
44 <td>117.1&nbsp;MB
45 </tr>
@@ -46,11 +46,11 @@
46
47 <tr align="center">
48 <td>[/timeline | Fossil]
49 <td>29937
50 <td>8238
51 <td>2779&nbsp;days<br>7.61&nbsp;yrs
52 <td>2.3&nbsp;GB
53 <td>34.0&nbsp;MB
54 <td>67:1
55 <td>21.5&nbsp;MB
56 </tr>
@@ -57,11 +57,11 @@
57
58 <tr align="center">
59 <td>[http://www.sqlite.org/slt/timeline | SLT]
60 <td>2278
61 <td>136
62 <td>2282&nbsp;days<br>6.25&nbsp;yrs
63 <td>2.0&nbsp;GB
64 <td>144.7&nbsp;MB
65 <td>13:1
66 <td>142.1&nbsp;MB
67 </tr>
@@ -68,11 +68,11 @@
68
69 <tr align="center">
70 <td>[http://www.sqlite.org/th3.html | TH3]
71 <td>8729
72 <td>2406
73 <td>2347&nbsp;days<br>6.43&nbsp;yrs
74 <td>386&nbsp;MB
75 <td>15.2&nbsp;MB
76 <td>25:1
77 <td>12.6&nbsp;MB
78 </tr>
@@ -79,11 +79,11 @@
79
80 <tr align="center">
81 <td>[http://www.sqlite.org/docsrc/timeline | SQLite Docs]
82 <td>5503
83 <td>1631
84 <td>2666&nbsp;days<br>7.30&nbsp;yrs
85 <td>194&nbsp;MB
86 <td>10.9&nbsp;MB
87 <td>17:1
88 <td>8.37&nbsp;MB
89 </tr>
@@ -141,8 +141,10 @@
141 The resulting CVS repository measured over 320MB in size. So, the
142 developers were surprised to see that the equivalent Fossil project (the
143 first nine years on SQLite) would clone with only 13MB of bandwidth.
144 The "sync" protocol
145 used by fossil has turned out to be surprisingly efficient. A typical
146 check-in on SQLite might use 3 or 4KB of network bandwidth total, hardly
147 worth measuring. The sync protocol is efficient enough that, once cloned,
148 Fossil could easily be used over a dial-up connection.
 
 
149
--- www/stats.wiki
+++ www/stats.wiki
@@ -24,11 +24,11 @@
24
25 <tr align="center">
26 <td>[http://www.sqlite.org/src/timeline | SQLite]
27 <td>56089
28 <td>14357
29 <td>5388&nbsp;days<br>14.75&nbsp;years
30 <td>3.4&nbsp;GB
31 <td>45.5&nbsp;MB
32 <td>73:1
33 <td>29.9&nbsp;MB
34 </tr>
@@ -35,11 +35,11 @@
35
36 <tr align="center">
37 <td>[http://core.tcl.tk/tcl/timeline | TCL]
38 <td>139662
39 <td>18125
40 <td>6183&nbsp;days<br>16.93&nbsp;years
41 <td>6.6&nbsp;GB
42 <td>192.6&nbsp;MB
43 <td>34:1
44 <td>117.1&nbsp;MB
45 </tr>
@@ -46,11 +46,11 @@
46
47 <tr align="center">
48 <td>[/timeline | Fossil]
49 <td>29937
50 <td>8238
51 <td>2779&nbsp;days<br>7.61&nbsp;years
52 <td>2.3&nbsp;GB
53 <td>34.0&nbsp;MB
54 <td>67:1
55 <td>21.5&nbsp;MB
56 </tr>
@@ -57,11 +57,11 @@
57
58 <tr align="center">
59 <td>[http://www.sqlite.org/slt/timeline | SLT]
60 <td>2278
61 <td>136
62 <td>2282&nbsp;days<br>6.25&nbsp;years
63 <td>2.0&nbsp;GB
64 <td>144.7&nbsp;MB
65 <td>13:1
66 <td>142.1&nbsp;MB
67 </tr>
@@ -68,11 +68,11 @@
68
69 <tr align="center">
70 <td>[http://www.sqlite.org/th3.html | TH3]
71 <td>8729
72 <td>2406
73 <td>2347&nbsp;days<br>6.43&nbsp;years
74 <td>386&nbsp;MB
75 <td>15.2&nbsp;MB
76 <td>25:1
77 <td>12.6&nbsp;MB
78 </tr>
@@ -79,11 +79,11 @@
79
80 <tr align="center">
81 <td>[http://www.sqlite.org/docsrc/timeline | SQLite Docs]
82 <td>5503
83 <td>1631
84 <td>2666&nbsp;days<br>7.30&nbsp;years
85 <td>194&nbsp;MB
86 <td>10.9&nbsp;MB
87 <td>17:1
88 <td>8.37&nbsp;MB
89 </tr>
@@ -141,8 +141,10 @@
141 The resulting CVS repository measured over 320MB in size. So, the
142 developers were surprised to see that the equivalent Fossil project (the
143 first nine years on SQLite) would clone with only 13MB of bandwidth.
144 The "sync" protocol
145 used by fossil has turned out to be surprisingly efficient. A typical
146 check-in on SQLite might use 3 or 4KB of network bandwidth.
147 For example, the [04eef9522386a59e] check-in used a single HTTP request
148 of 2099 bytes and got back a reply of 1116 bytes.
149 The sync protocol is efficient enough that, once cloned,
150 Fossil can easily be used over a dial-up connection.
151

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button