Erlang的http_client的选择

简述 Erlang有几个常用的http client https://github.com/benoitc/hackney https://github.com/ninenines/gun https://github.com/cmullaparthi/ibrowse 针对hackney和ibrowse做了下简单性能测试,测试项目地址。 gun本身没有实现进程池,所

在Erlang使用JSON

JSON是日常开发使用到的数据格式。 Erlang的JSON的库有 https://github.com/sile/jsone https://github.com/talentdeficit/jsx https://github.com/davisp/jiffy 其中jiffy是NIF实现,其它两个是pure Erlang实现。 jiffy 使用

从hexo切换到hugo

用了几年的hexo了,今年学习和使用golang,无意中看到hugo。hugo号称是The world’s fastest framework for building websites。所以尝试从hexo更换

Supervisor的坑

Erlang提供Supervisor的机制来管理进程,详细用法请看文档,http://erlang.org/doc/man/supervis

Erlang头文件循环引用

背景 我们用rebar3编译经常遇到bad record的问题,同事给record加了字段,然后我这边更新下来,不clean,直接compile