Преглед на файлове

Link to original Lox code and paper

Vecna преди 11 часа
родител
ревизия
e89c002f0f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -25,7 +25,7 @@ The purpose and basic description of each repository is given below.
 This repository has three important branches:
 - [lox-extension](https://git-crysp.uwaterloo.ca/vvecna/lox-troll-patrol-extension/src/lox-extension), which contains the Tor Project development Lox code from which we forked, with only minimal changes of ours, to allow us to collect the necessary benchmarks.
 - [main](https://git-crysp.uwaterloo.ca/vvecna/lox-troll-patrol-extension), which contains our modified code.
-- [lox-original](https://git-crysp.uwaterloo.ca/vvecna/lox-troll-patrol-extension/src/lox-original), which contains the Lox code from the original Lox paper, with only minimal changes of ours, to allow us to collect the necessary benchmarks.
+- [lox-original](https://git-crysp.uwaterloo.ca/vvecna/lox-troll-patrol-extension/src/lox-original), which contains [the Lox code](https://git-crysp.uwaterloo.ca/iang/lox) from [the original Lox paper](https://doi.org/10.56553/popets-2023-0029), with only minimal changes of ours, to allow us to collect the necessary benchmarks.
 
 The [generate-lox-results.sh](https://git-crysp.uwaterloo.ca/vvecna/troll-patrol-artifact/src/main/scripts/generate-lox-results.sh) script runs various testing functions for each branch. These functions' names all begin with **stats_test**, and the functions' definitions can be found in the following files:
 - On branch "lox-extension": [src/main/crates/lox-extensions/src/stats_tests.rs](https://git-crysp.uwaterloo.ca/vvecna/lox-troll-patrol-extension/src/lox-extension/crates/lox-extensions/src/stats_tests.rs)