Skip to content

Commit 3a2f815

Browse files
Update README.md
1 parent 484251c commit 3a2f815

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -159,25 +159,9 @@ This was tested on a custom executable that writes constantly with 128 threads (
159159
<code>RAM</code>: 8GB can be less though<br>
160160
<code>Virtualized CPU Counters</code>: True can be false as well i didn't notice that much of a difference across both(needs Hyper-V on host OFF)<br>
161161

162-
MATH TIME:
163-
According to the Benchmarks on the I5
164-
in the current data RegFilter Takes 7 microseconds to Respond
165-
picture 3 scenarios
166-
lets assume a Fast EDR, Typical EDR, Heavy EDR
167-
if a Fast EDR Registry Filter is ~50 microseconds fast, if a typical EDR Registry Filter is ~100 Microseconds fast, and if a Heavy EDR Registry Filter is ~250 Microseconds fast
168162

169-
we are faster by <code>~0.85</code> orders of magnitude faster compared to fast EDRs
170-
<code>50/7 = 7.14 then we do Log10(7.14) which is equal to 0.85</code>
171163

172-
for a Typical EDR
173-
apply the same math
174-
<code>100/7 = 14.3 Log10(14.3) = 1.15 ~1.15 orders of magnitude faster</code>
175-
176-
for a Heavy EDR
177-
<code> 250/7 = 35.7 log10(35.7) = 1.55 ~1.55 orders of magnitude faster </code>
178-
179-
> Note: These are all approx they are not true estimated values some EDRs are faster than 50Microsecond some are faster but you get the point
180-
> PLUS EDRs are complete Solutions unlike RegFilter which works in one specific domain so the Comparison shouldn't be done but i did it anyway just to put the picture out there of how fast this piece of software actually is
164+
> some parts had been removed because i felt they were marketing i hate that i don't love that attitude so take it if you will RegFilter responds in the Single Digits in Microseconds
181165
182166
<mark>If you need any assistance please Contact me on session Don't hesitate in asking me any questions about the driver(s)<br>
183167
if you find any issues with the driver please give me a heads up and place an issue on the repo Thanks</mark>

0 commit comments

Comments
 (0)