12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
V1.0: Recursive scan
|
|
|
|
v2.0: Multi threaded scan
|
|
Collects more metadata
|
|
|
|
v2.1: Uses AVX2 instead of SSE2
|
|
|
|
v3.0: Simple mutex/critical section based MPMC queue
|
|
reusable hashing buffer
|
|
|
|
v3.1: Lock free MPMC queue
|