Skip to content

Commit 3244b34

Browse files
author
Serge Barral
committed
Fix broken links in ETF landing page
1 parent eb9a33f commit 3244b34

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

etf/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -300,13 +300,13 @@ <h2 id="speed">Speed</h2>
300300
the same time, an apparently yet unreported bug in the original ziggurat
301301
algorithm which seems to have propagated to many implementations was fixed (see
302302
comments in the
303-
<a href="https://github.com/sbarral/etf-cpp/benchmark/ziggurat_normal.hpp">source code</a>).
303+
<a href="https://github.com/sbarral/etf-cpp/blob/master/benchmark/ziggurat_normal.hpp">source code</a>).
304304
The original ziggurat algorithm is also benchmarked as a sanity check to make
305305
sure that the speed of the corrected and precision-generic algorithm remains
306306
comparable.</p>
307307

308308
<p>The
309-
<a href="https://github.com/sbarral/etf-cpp/benchmark/etf_normal.hpp">ETF implementation</a>
309+
<a href="https://github.com/sbarral/etf-cpp/blob/master/benchmark/etf_normal.hpp">ETF implementation</a>
310310
reflects most of the feature of the corrected ziggurat implementation but is
311311
additionally generic over the number of bits <em>N</em> of the table index whereas the
312312
ziggurat was hardcoded with <em>N</em>=7. In order to compare apples to apples, all
@@ -317,7 +317,7 @@ <h2 id="speed">Speed</h2>
317317
with the 64-bit MT19937 (for <em>W</em>=64) of the C++ standard library as RNG.
318318
Each of the reported timing is an average over 1000 tests.
319319
Feel free to contribute your timings using the
320-
<a href="https://github.com/sbarral/etf-cpp/benchmark/timing.cpp">benchmarking code</a>.</p>
320+
<a href="https://github.com/sbarral/etf-cpp/blob/master/benchmark/timing.cpp">benchmarking code</a>.</p>
321321

322322
<table>
323323
<thead>
@@ -405,7 +405,7 @@ <h2 id="conclusion">Conclusion</h2>
405405

406406
<h2 id="todo">Todo</h2>
407407

408-
<p>Hopefully a Rust implementation will follow soon.</p>
408+
<p>Hopefully a Rust implementation will follow. Maybe. One day.</p>
409409

410410
<p>Contributors for ports to other languages are very welcome.</p>
411411

@@ -428,7 +428,7 @@ <h2 id="references">References</h2>
428428

429429
</article>
430430
<footer>
431-
<p>Serge BARRAL │ Last updated: 10 OCT 2016</p>
431+
<p>Serge BARRAL │ Last updated: February 12, 2018</p>
432432
</footer>
433433

434434
</div>

0 commit comments

Comments
 (0)