Cybersecurity Mobile Investigation Workstation, a C++ Map-Reduce for Log Analysis
Stars
32
Forks
11
Watchers
32
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge pull request #25 from BestPig/optimize_available_freeram
67eec32View on GitHubMemAvailable was get correctly but not used as free RAM. Now fixed.
db94dc2View on GitHubMerge pull request #24 from BestPig/optimize_available_freeram
b39406fView on GitHubUse new MemAvailable information from >= 3.14 kernel to get more relevant available RAM
d96350dView on GitHubMerge pull request #22 from BestPig/bug_exact_match
9a2376dView on GitHubMerge pull request #21 from BestPig/tests_exact_match
e1ca9cbView on GitHubtype update (int64, long long) to avoid most overflows, e.g. on variance
a971c9fView on GitHubavoiding slow copy of match unordered_set in threads, fixing #19
84391fdView on GitHubadded optional exact string matching, false by default
189213fView on GitHubsmall speed up and lock bypass when using match_file, ref #19
df9ca81View on GitHubMerge pull request #18 from BestPig/implements_ratio
6c822faView on GitHub