07 2016 档案

摘要:Sublime Text 3总是出现“1 missing dependency was just installed.” 原因及结果 https://github.com/wbond/package_control/issues/989 mac 1) 关闭ST,删除: 0_package_control_loader.sublime-package 0_package_control_loa... 阅读全文
posted @ 2016-07-27 18:06 Bob-wei 阅读(6801) 评论(0) 推荐(0)
摘要:Rust https://www.rust-lang.org/en-US/ https://github.com/rust-lang/rust 安装 方式一:Homebrew(mac) $ brew install rust 方式二:rust-lang.org(linux, mac) 1. 从官网下载安装包 https://www.rust-lang.org/en-US/downl... 阅读全文
posted @ 2016-07-19 17:55 Bob-wei 阅读(2264) 评论(0) 推荐(0)
摘要:mac 计算速度视觉判断是(由好到差):c > rust > swift > golang 内存开销在mac上是(由好到差):c > rust > golang > swift 注:例子都是采用uint64可溢出方式计算fib 如图: 生成文件大小、占用线程数: 注:golang的缺省线程数与CPU 阅读全文
posted @ 2016-07-18 11:38 Bob-wei 阅读(20388) 评论(0) 推荐(1)
摘要:golang https://github.com/golang/go http://golang.org/ https://golang.org/doc/install https://go.googlesource.com/go 官方下载: https://golang.org/dl/ [macOS] https://storage.googleapis.com/golang/go1.7.... 阅读全文
posted @ 2016-07-14 22:12 Bob-wei 阅读(1946) 评论(0) 推荐(0)
摘要:Ruby https://github.com/ruby/ruby http://www.ruby-lang.org/ http://www.ruby-lang.org/en/ 方式一:用brew安装(OSX) $ brew update $ brew install ruby # 安装 ruby,同时会安装相关依赖,如 readline 如果安装完成,但出现链接错误,可以尝试: ... 阅读全文
posted @ 2016-07-13 16:44 Bob-wei 阅读(483) 评论(0) 推荐(0)