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
Oga
Search
Yorick Peterse
September 12, 2014
Programming
3
210
Oga
Lightning talk at Baruco 2014
Yorick Peterse
September 12, 2014
Tweet
Share
More Decks by Yorick Peterse
See All by Yorick Peterse
Garbage Collection Crash Course
yorickpeterse
1
390
Making GitLab Faster
yorickpeterse
2
480
Rubinius & The Eternal Yak
yorickpeterse
1
280
Parsing for Humans
yorickpeterse
2
110
Other Decks in Programming
See All in Programming
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
370
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
540
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
2
570
Claude Codeログ基盤の構築
giginet
PRO
7
3.1k
Agent Skills Workshop - AIへの頼み方を仕組み化する
gotalab555
15
8.6k
CSC307 Lecture 13
javiergs
PRO
0
320
AIに任せる範囲を安全に広げるためにやっていること
fukucheee
0
130
ベクトル検索のフィルタを用いた機械学習モデルとの統合 / python-meetup-fukuoka-06-vector-attr
monochromegane
2
410
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
940
DSPy入門 Pythonで実現する自動プロンプト最適化 〜人手によるプロンプト調整からの卒業〜
seaturt1e
1
710
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
150
AI駆動開発の本音 〜Claude Code並列開発で見えたエンジニアの新しい役割〜
hisuzuya
4
500
Featured
See All Featured
Joys of Absence: A Defence of Solitary Play
codingconduct
1
310
The B2B funnel & how to create a winning content strategy
katarinadahlin
PRO
1
300
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
118
110k
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
110
Why Our Code Smells
bkeepers
PRO
340
58k
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
760
Amusing Abliteration
ianozsvald
0
130
Collaborative Software Design: How to facilitate domain modelling decisions
baasie
0
160
世界の人気アプリ100個を分析して見えたペイウォール設計の心得
akihiro_kokubo
PRO
67
37k
Building AI with AI
inesmontani
PRO
1
790
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.1k
The Limits of Empathy - UXLibs8
cassininazir
1
260
Transcript
Oga XML/HTML parser written in Ruby. https://github.com/yorickpeterse/oga
• Ruby (91% per GitHub) + small, native extension •
Supports MRI, Rubinius, JRuby • Thread-safe • XML/HTML parsing • XML namespaces • XPath • CSS selectors (planned) • No system libraries (e.g. libxml2)
$ time gem install nokogiri-1.6.1.gem real 1m54.368s user 1m34.697s sys
0m7.517s
$ time gem install oga-0.1.0.gem real 0m1.205s user 0m1.053s sys
0m0.100s
$ gem install oga