This directory contains example scripts demonstrating the usage of the OmniMalloc.
01_basic.py: A basic example showcasing how to define allocations, create a pool, run the allocation algorithm.02_plotting.py: Same asbasic.pybut with additional visualization of the allocation usingplot_allocation().03_allocators.py: An example using different allocators from theomnimalloc.allocatorsmodule.04_sources.py: An example demonstrating how to use different allocation sources for generating workloads.05_benchmark.py: A full benchmarking script that compares different allocation strategies on various workloads, measuring metrics like allocation efficiency and allocation runtime, also visualizing the results.