Chinaunix

标题: Erlang/OTP 19.0 has been released [打印本页]

作者: shijiang1130    时间: 2016-06-23 22:24
标题: Erlang/OTP 19.0 has been released
本帖最后由 shijiang1130 于 2016-06-23 22:24 编辑
  1. Some highlights of the release are:

  2. compiler, stdlib:
  3. New preprocessor macros ?FUNCTION_NAME, ?FUNCTION_ARITY
  4. New preprocessor directives -error(Term) and -warning(Term) to cause a compilation error or warning, respectively.
  5. gen_statem a new state machine behavior
  6. mnesia_ext: plugin of external storage solutions to mnesia
  7. crypto: uses EVP interface in OpenSSL resulting in generally better performance and support for HW acceleration
  8. ssh: performance improvements, uses the new gen_statem behavior
  9. ssl: enhanced error log messages
  10. dialyzer: the support for maps is very much extended both the type specification syntax and the type analysis.
  11. erts:
  12. erlang:open_port(spawn, ...) 3-5 times faster
  13. tracing, extensive improvements (scalability, speed, match specifications on send/receive, support for lttng, ...)
  14. dirty schedulers improved
  15. per process configurable handling of message_queue
  16. fast loading of multiple modules
  17. max_heap_size process flag
  18. erts/kernel:
  19. Experimental support for Unix Domain Sockets
  20. Example: gen_udp:open(0, [{ifaddr,{local,"/tmp/socket"}}])
  21. and much more ....
  22. You can find the Release Notes with more detailed info at

  23.   [url]http://www.erlang.org/download/otp_src_19.0.readme[/url]

  24. You find the source code at github.com in the official Erlang repository.
复制代码

作者: patagonia2    时间: 2016-10-17 10:50
Er无处不在




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2