Re: [dev] [ask] search binary file offset in file

From: Carlos Torres <vlaadbrain_AT_gmail.com>
Date: Fri, 24 Mar 2017 17:58:22 -0400

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

This archive was generated by hypermail 2.3.0 : Fri Mar 24 2017 - 23:00:13 CET