feat: hosted simulation via 11ty
This commit is contained in:
parent
7769007694
commit
e752441a37
2 changed files with 2 additions and 1 deletions
|
|
@ -395,6 +395,7 @@ module.exports = (eleventyConfig) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
eleventyConfig.addPassthroughCopy("robots.txt");
|
eleventyConfig.addPassthroughCopy("robots.txt");
|
||||||
|
eleventyConfig.addPassthroughCopy("simulations");
|
||||||
|
|
||||||
eleventyConfig.ignores.add("README.md");
|
eleventyConfig.ignores.add("README.md");
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -812,4 +812,4 @@ Future work may explore adaptive HLL precision based on network size, integratio
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
A working simulation implementing this algorithm is available at `simulations/hyperloglog-tombstone/simulation.ts`.
|
A working simulation implementing this algorithm is available at [simulations/hyperloglog-tombstone/simulation.ts](/simulations/hyperloglog-tombstone/simulation.ts).
|
||||||
Loading…
Add table
Add a link
Reference in a new issue