Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
erlang.pl demo day, 31 May 2017
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Michał Ślaski
May 31, 2017
Programming
1
96
erlang.pl demo day, 31 May 2017
During this Erlang Performance Lab Demo Day we present details of the GSoC'17 project.
Michał Ślaski
May 31, 2017
Tweet
Share
More Decks by Michał Ślaski
See All by Michał Ślaski
Innowacyjne metody nauczania dzieci - Webinar Akademii Edukatorów IT for SHE
michalslaski
0
54
Jak zachęcać dziewczęta do edukacji STEM
michalslaski
0
55
Why Functional Programming Matters to Kids
michalslaski
0
210
Functional Hare and Hounds
michalslaski
0
47
National Curriculum Goes Functional
michalslaski
1
260
Maszyna BEAM - wykład AGH 2021
michalslaski
1
130
Towards online profiling of Erlang systems
michalslaski
2
230
Informatyka bez komputera
michalslaski
1
210
Exploring BEAM-based systems with erlang.pl
michalslaski
2
260
Other Decks in Programming
See All in Programming
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
3
1.1k
株式会社 Sun terras カンパニーデック
sunterras
0
2k
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
620
AIコーディングの理想と現実 2026 | AI Coding: Expectations vs. Reality 2026
tomohisa
0
1.2k
Python’s True Superpower
hynek
0
200
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
740
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
220
DSPy入門 Pythonで実現する自動プロンプト最適化 〜人手によるプロンプト調整からの卒業〜
seaturt1e
1
590
ご飯食べながらエージェントが開発できる。そう、Agentic Engineeringならね。
yokomachi
1
290
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
400
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
350
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
360
Featured
See All Featured
4 Signs Your Business is Dying
shpigford
187
22k
Fireside Chat
paigeccino
42
3.8k
YesSQL, Process and Tooling at Scale
rocio
174
15k
Building the Perfect Custom Keyboard
takai
2
710
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
61
52k
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
250
Practical Orchestrator
shlominoach
191
11k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
380
ラッコキーワード サービス紹介資料
rakko
1
2.5M
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
460
Prompt Engineering for Job Search
mfonobong
0
180
Transcript
ERLANG.PL new coding perspective Demo Day, 31 May 2017
WHAT IS ERLANG.PL • Tool for the BEAM platform (a.k.a.
Erlang VM) • Helps with system exploration • Exploits benefits of traceability • Aims at facilitating developer's work
GOOGLE SUMMER OF CODE • Kacper Mentel @ Beam Community
https://summerofcode.withgoogle.com/projects/#5695385677856768 • Visualising ETS characteristics • new view provided by epl_ets plugin • cluster, node, ETS details
EPL_ETS CLUSTER VIEW • Renders all nodes in the cluster
• Each node shows basic ETS info • number of ETS tables • ETS memory usage
EPL_ETS NODE VIEW • Renders all ETS tables present on
the node • ETS characteristics encoded visually • lock contention • memory fragmentation
EPL_ETS DETAILED VIEW • Focuses on particular ETS table •
Renders all processes that read / write to it • ets:info(Tab) • other relevant metrics
EPL_ETS RESOURCES • code https://github.com/mkacper/erlangpl • weekly reports https://github.com/mkacper/erlangpl/wiki •
email
[email protected]
ERLANG.PL • www.erlang.pl • github.com/erlanglab • twitter @erlanglab
QUESTIONS ?
[email protected]