I need to scan very large JSONL files efficiently and am considering a parallel grep-style approach over line-delimited text.

Would love to hear how you would design it.

  • ExperimentalGuy@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    19 hours ago

    Could u use an already parallelized solution like ripgrep? I think someone else also mentioned putting it in a database, that shouldnt be too bad either.