Tomás Müller
  • Home
  • About
  • Fun & Work
  • Linkedin

Ruby

A collection of 2 posts
Lazy-evaluated filter map
Ruby

Lazy-evaluated filter map

(1..).lazy.filter_map { |i| i * 2 if i.even? }.first(5) => [4, 8, 12, 16, 20]
Nov 15, 2022 2 min read
Ruby GC Tuning Parameters
Ruby

Ruby GC Tuning Parameters

Quick question: how many GC tuning environment variables have been available for you since Ruby 2.1.1?
Dec 18, 2014 8 min read
Page 1 of 1
Tomás Müller © 2023
  • Sign up
Powered by Ghost