关于 iPhone 5s 搭载的 arm64 (或者说 aarch64, ARMv8)
http://www.mikeash.com/pyblog/friday-qa-2013-09-27-arm64-and-you.html
NSNumber
可以以值存储不用放到堆上,性能可追 unboxed value土豪金,今天你肾了没?
P.S. nginx 指定 AES 偏好
# global option
# enable it only when `openssl engines -t` contains "aesni"
ssl_engine aesni;
...
# https server options
# SSLv3 and TLSv1 are BEAST-vulnerable, use RC4 if you add them for ancient browsers
ssl_protocols TLSv1.1 TLSv1.2;
# `man 1 ciphers`
# the result list can be verified with `openssl ciphers <your-list>`
ssl_ciphers AES128-SHA:AES256-SHA:HIGH:!aNULL:!eNULL:!LOW:!ADH:!MD5;
ssl_prefer_server_ciphers on;
http://www.arm.com/files/downloads/ARMv8_Architecture.pdf
话说这 arm64 我还是在去年 rubyconfchina 上第一次听说的...