go.git
3 years agochg(tour): Group parallel fetcher variables into struct.
sgf [Mon, 23 May 2022 15:32:53 +0000 (18:32 +0300)]
chg(tour): Group parallel fetcher variables into struct.

3 years agonew(tour): Add solution for crawler exercise.
sgf [Mon, 23 May 2022 15:24:37 +0000 (18:24 +0300)]
new(tour): Add solution for crawler exercise.

3 years agotour: Concurrent tree comparison: Add mutexes and waitGroup.
sgf [Wed, 11 May 2022 15:04:21 +0000 (18:04 +0300)]
tour: Concurrent tree comparison: Add mutexes and waitGroup.

Add mutexes for syncing prints from go routines walking both trees.
Add wait group for waiting for print from last go routine to complete.

3 years agogitignore.
sgf [Wed, 11 May 2022 15:04:06 +0000 (18:04 +0300)]
gitignore.

3 years agotour: Concurrent tree comparison exercise solution.
sgf [Wed, 11 May 2022 14:36:32 +0000 (17:36 +0300)]
tour: Concurrent tree comparison exercise solution.

3 years agonew(video): Add Rob Pike video about parsing.
sgf [Tue, 8 Mar 2022 13:58:01 +0000 (16:58 +0300)]
new(video): Add Rob Pike video about parsing.