• Kirill Smelkov's avatar
    virtmem: Benchmarks for pagefault handling · f3c8b71f
    Kirill Smelkov authored
    Benchmark the time it takes for virtmem to handle pagefault with noop
    loadblk for loadblk both implemented in C and in Python.
    
    On my computer it is:
    
    	name          µs/op
    	PagefaultC    269 ± 0%
    	pagefault_py  291 ± 0%
    
    Quite a big time in other words, and it will be investigated.
    f3c8b71f
Makefile 6.04 KB