On custom-width integer types
https://alic.dev/blog/custom-bitwidth.html
·
Custom-width integers are an interesting language feature. They open the door to several efficiency optimizations - both in hardware and software. In this post I'll be making an argument in favor of custom-width integers, and why modern systems programming languages should absolutely have them.