Slide 1

Slide 1 text

Ruby Comparison Performance Comparison Chad Taylor @tessellator https://github.com/tessellator/so2db

Slide 2

Slide 2 text

Go Team Redundancy Team! @tessellator https://github.com/tessellator/so2db

Slide 3

Slide 3 text

Which is faster? “x” == “x” :x == :x @tessellator https://github.com/tessellator/so2db

Slide 4

Slide 4 text

0 1.25 2.5 3.75 5 1k 10k 100k 1M 10M “x” == “x” :x == :x @tessellator https://github.com/tessellator/so2db

Slide 5

Slide 5 text

0 0.001 0.01 0.1 1 10 100 1k 10k 100k 1M 10M 100M “x” == “x” :x == :x @tessellator https://github.com/tessellator/so2db Log Scale!

Slide 6

Slide 6 text

Which is fastest? “x”.to_sym == :x “x” == :x.to_s “x” == “x” “x” == @x @tessellator https://github.com/tessellator/so2db

Slide 7

Slide 7 text

0 17.5 35 52.5 70 1k 10k 100k 1M 10M 100M “x”.to_sym == :x “x” == :x.to_s “x” == “x” “x” == @x @tessellator https://github.com/tessellator/so2db

Slide 8

Slide 8 text

0 0.001 0.01 0.1 1 10 100 1k 10k 100k 1M 10M 100M “x”.to_sym == :x “x” == :x.to_s “x” == “x” “x” == @x @tessellator https://github.com/tessellator/so2db Log Scale!

Slide 9

Slide 9 text

Pick your comparison carefully! Takeaway @tessellator https://github.com/tessellator/so2db

Slide 10

Slide 10 text

Why? @tessellator https://github.com/tessellator/so2db

Slide 11

Slide 11 text

SO2DB @tessellator https://github.com/tessellator/so2db Nokogiri ڒ

Slide 12

Slide 12 text

Questions? @tessellator https://github.com/tessellator/so2db