- 授权协议: MIT
- 开发语言: Google Go
- 操作系统: Windows
- 软件首页: https://github.com/goerlang/node
软件介绍
Go-node 是一个用 Go 语言实现的 Erlang/OTP node
已支持的功能:
- Publish listen port via EPMD
- Handle incoming connection from other node using Erlang Distribution Protocol
- Spawn Erlang-like processes
- Register and unregister processes with simple atom
- Send messages to registered (using atom) or not registered (using Pid) processes at Go-node or remote Erlang-node
- Create own process with
GenServerbehaviour (likegen_serverin Erlang/OTP)
即将支持:
- Initiate connection to other node
- Supervisors tree
- Create own behaviours
- RPC callbacks
- Atom cache references to increase throughput
学习JavaScript数据结构与算法(第2版)
[巴西] Loiane Groner / 邓 钢、孙晓博、吴 双、陈 迪、袁 源 / 人民邮电出版社 / 2017-9 / 49.00元
本书首先介绍了JavaScript 语言的基础知识以及ES6 和ES7 中引入的新功能,接下来讨论了数组、栈、队列、链表、集合、字典、散列表、树、图等数据结构,之后探讨了各种排序和搜索算法,包括冒泡排序、选择排序、插入排序、归并排序、快速排序、堆排序、计数排序、桶排序、基数排序、顺序搜索、二分搜索,然后介绍了动态规划和贪心算法等常用的高级算法以及函数式编程,最后还介绍了如何计算算法的复杂度。一起来看看 《学习JavaScript数据结构与算法(第2版)》 这本书的介绍吧!
