Live data from Hacker News

My OTP 21 Highlights

blog.erlang.org

1–10 of 19 posts

Re: My OTP 21 Highlights

#9
post #8

So is JIT coming to OTP 21 or not? Because reading that post it’s confusing if they are releasing a JIT or simply making BEAM runtime improvements. I ask because a JIT was scheduled for OTP 21 as noted here https://mobile.twitter.com/FrancescoC/status/872736686006046...

I think it's part of the "and beyond" in that picture, and not coming in OTP 21.

This video also supports that guess: https://youtu.be/hHhm0bfdj-4?t=10m14s

Re: My OTP 21 Highlights

#10
post #2

> Also it is now possible to open device files using file:open Anyone want to write a high-performance, highly distributed object store in a BEAM language?

Based on my time at Basho observing and assisting with the development of Riak[1], I don't think you'll get the performance you want from built-in I/O, even with the new dirty scheduler support.

We (well, primarily Matthew Von-Maszewski) spent countless hours optimizing LevelDB as the most performant backend for most use cases.

You'd be much better off building atop Riak than starting your own object store from scratch.

[1]: Most active Riak development today is courtesy the NHS - https://github.com/nhs-riak/riak

Post reply on HN