source code for Analyzing Data Access Characteristics of AIoT Workloads for Efficient Write Buffer Management
python popularity.py
: Visualization of File Block Popularity Skewness
- Generates a graph illustrating the skewness in access frequency among file blocks.
python estimator.py
: Comparison of Recency and Frequency Estimators
- Evaluates and compares the effectiveness of recency-based and frequency-based access estimators.
python simulation.py
: Simulation of the Proposed Algorithm
- Runs simulations of the proposed algorithm and measures the resulting write traffic to assess its performance.