Hi Amer,
On Fri, Mar 24, 2017 at 4:50 PM, Amer <amerlyq_AT_gmail.com> wrote:
> https://github.com/Sepero/SearchBin
> - compiles file in regex beforehand
> - python
> => ignored: naive
>
> https://github.com/rsharo/bgrep
> - overcomplicated
> - no need for regex support, only offsets
> - no effective string match algs inside
> - no alg for mmap() usage
> => ignored: inadequate
>
> Alg for mmap() is the most crucial part for performance after
> algorithm itself. As alg+mmap() must be optimized to SDD/RAM/LCache
> limitations and access type.
all this fluffy commentary, just means you gotta start walking the
talk and write already. quit wasting your time and ours
--Carlos
Received on Fri Mar 24 2017 - 22:58:22 CET