lost-rob0t / breach-search

Fast Breach searching. Benchmarked over 100K inserts a second.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme

BreachSearch

This was my 3rd gen of databreach searching. its very fast.

if it works it works, its old code i uploaded.

The next time i do this will be with lmdb for even faster sorting and search.

install

with nimble

nimble install https://github.com/lost-rob0t/breach-search.git

From git

git clone https://github.com/lost-rob0t/breach-search.git
cd breach-search
nimble install

usage

Check the config for how to use it Make sure to set the imported field to false, it will ignore sources that have been imported.

BreachSearch --config config.json

I dont think i added searching? i can add it if people open issues

About

Fast Breach searching. Benchmarked over 100K inserts a second.


Languages

Language:Nim 99.4%Language:Nix 0.6%