Skip to content

RafaelGSS/nodejs-cpu-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

nodejs-cpu-cache

Examples showing the impact of cache misses in an interpreted language

$ time node cache-friendly.js
node cache-friendly.js  0.59s user 0.16s system 101% cpu 0.738 total
$ time node cache-unfriendly.js
node cache-unfriendly.js  1.04s user 0.13s system 101% cpu 1.145 total
perf stat -B -e cache-references,cache-misses,cycles,instructions,branches,fault -- node --interpreted-frames-native-stack --perf-basic-prof cache-unfriendly.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published