TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Optimizations in Erlang/OTP 27

8 pointsby asabilabout 1 year ago

1 comment

asa400about 1 year ago
This is not mentioned in the article, but since it has performance implications for a ton of BEAM applications, it&#x27;s probably relevant: OTP 27 will also include a new builtin JSON module, and I did a quick and dirty benchmark [1] of it against Elixir&#x27;s (excellent) Jason library. It seems like it&#x27;ll be a pretty good performance win for BEAM applications that work with JSON.<p>[1] <a href="https:&#x2F;&#x2F;zeroclarkthirty.com&#x2F;2024-04-21-benchmarking-erlangs-new-json" rel="nofollow">https:&#x2F;&#x2F;zeroclarkthirty.com&#x2F;2024-04-21-benchmarking-erlangs-...</a>