Skip to content

Instantly share code, notes, and snippets.

View jacobrosenthal's full-sized avatar

Jacob Rosenthal jacobrosenthal

View GitHub Profile
use std::thread;
use std::time::{Duration, Instant};
use std::fs;
use std::io;
use std::io::BufRead;
static DB_PATH: &str = "./file.db";
struct Row {