contributed by < RealBigMickey >
kxo
Setting up environment
To ensure accurate performance measurements, we will isolate core 0, disable hyper-threading and turbo boost, and set all CPU cores to performance mode. Running all cores in performance mode locks them at maximum frequency, eliminating frequency scaling behavior that can introduce measurement noise. Without this configuration, dynamic frequency adjustments can cause unpredictable interactions with shared system resources such as power delivery, cache bandwidth, and memory buses—skewing results.
I'm using a i5-9600k which doesn't have hyper-threading, so that step is skipped.
Run once:
BigMickey changed 2 months agoView mode Like Bookmark
by < RealBigMickey >
Link to new project : Disfs
A review and breakdown of a project I made exactly 1 year ago, "Discord Clouding".
Goal: Recognize the faults and drawbacks of the old before starting a new.
Full code on GITHUB (click me!)
:::danger
BigMickey changed 2 months agoView mode Like Bookmark