tweak: use only subset of all oeis sequences

full set is too expensive to process,
making it too expensive.
This commit is contained in:
NunoSempere 2023-05-24 14:21:48 -07:00
parent 414e05c823
commit 8ec8f1eda9
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -5,7 +5,8 @@ import std/sugar
import std/algorithm
## Get sequences
let file_path = "../data/stripped"
## let file_path = "../data/stripped"
let file_path = "../data/one_to_three"
proc getOEIS(): seq[seq[string]] =
let f = open(file_path)
var i = 0