tweak: use only subset of all oeis sequences
full set is too expensive to process, making it too expensive.
This commit is contained in:
parent
414e05c823
commit
8ec8f1eda9
BIN
src/jit_bayes
BIN
src/jit_bayes
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user