h = {} nums = (1..26).to_a nums.each { |i| h[i] = i } 200_000.times { nums.each { |s| h[s] } } ' href='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/lib/ipaddr.rb
AgeCommit message (Expand)Author
2026-04-24[ruby/ipaddr] Bump the version to 1.2.9Taketo Takashima
2026-04-24[ruby/ipaddr] Fix IPAddr#== returning true when compared with nil for 0.0.0.0...Taketo Takashima
2026-04-23[ruby/ipaddr] Fix private?, link_local? and loopback? methods to avoid mistak...Adrien Rey-Jarthon
2025-12-26[ruby/ipaddr] Follow-up fix for InvalidAddressError messagesTaketo Takashima
2025-12-10[ruby/ipaddr] v1.2.8Hiroshi SHIBATA
2025-11-09[ruby/ipaddr] [DOC] Stop documentation for internalsNobuyoshi Nakada
2025-10-17[ruby/ipaddr] Fix InvalidAddressError messageishikawa999
2025-09-26[ruby/ipaddr] Fix `#ipv4_compat` returning invalid prefixTaketo Takashima
2025-04-26[ruby/ipaddr] Added IPAddr#+/-Taketo Takashima
2024-10-19[ruby/ipaddr] Bump the version to 1.2.7Akinori MUSHA
2024-10-19[ruby/ipaddr] Use string interpolation instead of format()Akinori MUSHA
2024-10-18[ruby/ipaddr] Use string interpolation instead of format()Akinori MUSHA
2024-10-18[ruby/ipaddr] Added to_json/as_json methodTaketo Takashima
2024-04-18[ruby/ipaddr] Add IPAddr.cidr to return ip address in cidr notationBen Fritsch
2024-04-10[ruby/ipaddr] Added IPAddr#wildcard_maskTaketo Takashima
2024-02-23[ruby/ipaddr] Prefer String#start_with? over Regexp.matchAkira Matsuda
2024-02-23[ruby/ipaddr] String#split seems to be faster than capturing digits with RegexpAkira Matsuda
2023-12-25[ruby/ipaddr] Consider IPv4-mapped IPv6 addresses link local/loopback if IPV4...Earlopain
2023-12-25[ruby/ipaddr] Fix regressions in exception messagesLuke Randall
2023-12-25[ruby/ipaddr] ntop: Measure address size in bytesKasumi Hanazuki
2023-12-16[ruby/ipaddr] Bump up v1.2.6Hiroshi SHIBATA
2023-09-23Improve performance of include? by 5-10xHartley McGuire
2023-06-22[ruby/ipaddr] Consider IPv4-mapped IPv6 addresses private if IPv4 address is ...Jeremy Evans