Skip to content

Instantly share code, notes, and snippets.

View ignisf's full-sized avatar
😈

Petko Bordjukov ignisf

😈
View GitHub Profile
@ignisf
ignisf / test.rb
Last active May 4, 2021 23:47 — forked from SamSaffron/test.rb
require 'benchmark/ips'
require 'set'
numbers = (1..10000).to_a
numbers_as_string = "," + (1..10000).to_a.join(",") + ","
numbers_as_set = Set.new(numbers)
Benchmark.ips do |x|
@ignisf
ignisf / .block
Created September 13, 2019 15:26 — forked from steveharoz/.block
d3-force testing ground
license: gpl-3.0
height: 1030
scrolling: yes