From 55e9470161a9d3aba66509869bd539c98eee4bdd Mon Sep 17 00:00:00 2001 From: markxoe Date: Tue, 4 Jun 2024 16:50:51 +0200 Subject: [PATCH] wip: add gifs to readme --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index a6a62f7..1a1d1c6 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,9 @@ Primary goal of this project: Build a program that can quickly return the shortest path between 2 Wikipedia pages via page links +![](./assets/derive.gif) +![](./assets/interactive.gif) + ## Implementation details - Reading the Wikipedia dump files `-page.sql`, `-redirect.sql` and `-pagelinks.sql` using one file-reading thread (line-by-line) and at least one parsing thread (work is spread with a queue) which uses a regex that parses the sql insert statements