Accelerate Python builds by caching compilation with ccache
Make Python build faster, using the leverage of `ccache`
pyenv
$ CCACHE_MAXSIZE=2G pyenv install 3.11.0
$ ccache -s
$ ccache -C