Commit 06ad62e
authored
Document choice for using slower algorithm (#41)
#32 proposed speeding up 2021 part 2 to use a linear algorithm; but
the pull request was closed unapplied because the savings were in the
noise compared to the already time-consuming algorithm required in
parse to even get to the point where distances can be computed.
Still, it is worth documenting the approach as an aid to anyone else
using this repository for inspiration.1 parent 91f69c9 commit 06ad62e
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
216 | 220 | | |
217 | 221 | | |
218 | 222 | | |
| |||
0 commit comments