Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / fastruby/fast-ruby issues and pull requests

#231 - link in readme is not relevant anymore

Pull Request - State: closed - Opened by TrueJacobG 13 days ago

#135 - Adding benchmark to test :key vs 'key' when generating a hash

Pull Request - State: open - Opened by konung over 7 years ago

#100 - Immutable vs Mutable strings

Pull Request - State: closed - Opened by avellable almost 9 years ago - 7 comments

#99 - inspect vs to_json for simple arrays

Issue - State: closed - Opened by iggant almost 9 years ago - 2 comments

#98 - reverse.detect vs select { ... }.last

Issue - State: open - Opened by nerdrew about 9 years ago - 5 comments

#97 - Remove overhead of surrounding block from length-vs-size-vs-count benchmark

Pull Request - State: closed - Opened by radarek about 9 years ago - 4 comments
Labels: Array

#96 - Some benchmarks are measured with wrong approach

Issue - State: open - Opened by radarek about 9 years ago - 17 comments
Labels: General

#95 - Remove "raise vs E2MM#Raise" benchmark from repository

Issue - State: open - Opened by radarek about 9 years ago - 3 comments

#94 - Parallel assignment is equal to sequential assignment

Issue - State: closed - Opened by radarek about 9 years ago - 6 comments

#93 - Implement #map#to_h vs #each_with_object

Issue - State: open - Opened by gogainda about 9 years ago - 2 comments

#92 - "case...when" VS hash

Issue - State: closed - Opened by douglascamata about 9 years ago - 6 comments

#91 - Add benchmark for Array#new vs. Fixnum#times + map

Pull Request - State: closed - Opened by Drenmi about 9 years ago - 4 comments

#90 - Minor README fixes

Pull Request - State: closed - Opened by bquorning about 9 years ago

#89 - sub-vs-chomp must use \z instead of $

Pull Request - State: closed - Opened by bquorning about 9 years ago - 1 comment

#88 - Array insert vs unshift

Pull Request - State: closed - Opened by georgismitev about 9 years ago - 3 comments
Labels: Array

#87 - Clarify Proc#call vs yield, add explanation

Pull Request - State: closed - Opened by nateberkopec about 9 years ago - 1 comment

#86 - find_index vs index.find

Pull Request - State: closed - Opened by nateberkopec about 9 years ago - 1 comment
Labels: Array, Wontfix

#85 - Set#include is faster than Array#include

Pull Request - State: closed - Opened by nateberkopec about 9 years ago - 6 comments

#84 - Add val.between?(start, end) to range comparisons

Pull Request - State: closed - Opened by jzakiya about 9 years ago
Labels: Range

#83 - Hash fetch with symbols vs strings.

Issue - State: closed - Opened by ixti about 9 years ago - 3 comments

#82 - x.between?(a,b) is faster (MRI 2.2.3)

Issue - State: closed - Opened by jzakiya about 9 years ago - 1 comment

#81 - "begin...rescue vs respond_to? for Control Flow" inaccurate if method exists

Issue - State: closed - Opened by jrunning about 9 years ago - 3 comments

#80 - "begin...rescue vs respond_to? for Control Flow"

Issue - State: closed - Opened by jrunning about 9 years ago - 2 comments

#79 - Compare kernel loop and while loop

Pull Request - State: closed - Opened by TheSmartnik over 9 years ago - 1 comment

#78 - Block vs Proc.new

Pull Request - State: closed - Opened by st0012 over 9 years ago - 3 comments

#77 - Hash#keys.map vs Hash#each_key.map

Pull Request - State: closed - Opened by geowy over 9 years ago

#76 - Add Function with single Array argument vs splat arguments example

Pull Request - State: closed - Opened by jperville over 9 years ago - 1 comment

#75 - extended Range#include example with alternatives

Pull Request - State: closed - Opened by vadviktor over 9 years ago - 1 comment

#74 - Fix idiom title

Pull Request - State: closed - Opened by izumin5210 over 9 years ago - 1 comment

#73 - add comparison of + and concat of Arrays

Pull Request - State: closed - Opened by xjlin0 over 9 years ago - 7 comments

#72 - Fix return on each with index vs while loop

Pull Request - State: closed - Opened by michaelachrisco over 9 years ago - 1 comment

#71 - each with index vs while loop returning different values

Issue - State: closed - Opened by michaelachrisco over 9 years ago - 2 comments

#70 - &method(...) section misleading

Issue - State: closed - Opened by amencarini over 9 years ago - 1 comment

#69 - JRuby warmup

Issue - State: closed - Opened by rjnienaber over 9 years ago - 2 comments

#68 - yield vs block.call misleading

Pull Request - State: closed - Opened by schmurfy over 9 years ago - 4 comments

#67 - Add gitignore

Pull Request - State: closed - Opened by yous over 9 years ago - 1 comment

#66 - Fix unused variable warnings

Pull Request - State: closed - Opened by yous over 9 years ago - 2 comments

#65 - Explain the Hash#fetch example in more detail

Pull Request - State: closed - Opened by obrok over 9 years ago - 1 comment

#64 - string/concatenation.rb tests are misleading

Issue - State: open - Opened by Aqualon over 9 years ago - 3 comments

#63 - enumerable sort vs sort_by

Issue - State: closed - Opened by aaronmgdr over 9 years ago - 4 comments

#62 - Add Regexp#=== to match and =~ comparison

Pull Request - State: closed - Opened by JuanitoFatas over 9 years ago - 6 comments

#61 - name file for end of string matching correctly

Pull Request - State: closed - Opened by Aqualon over 9 years ago - 1 comment

#60 - Update assignment example to reflect conclusion

Pull Request - State: closed - Opened by sealocal over 9 years ago - 1 comment

#59 - String#=~ faster than String#match

Pull Request - State: closed - Opened by schneems over 9 years ago - 7 comments

#58 - use Array#length instead Array#size

Pull Request - State: closed - Opened by meinac over 9 years ago - 1 comment

#57 - Update README.md

Pull Request - State: closed - Opened by firedev over 9 years ago - 1 comment

#56 - Mention fasterer in the README.

Pull Request - State: closed - Opened by DamirSvrtan over 9 years ago - 1 comment

#55 - Remove duplicated example in README.md

Pull Request - State: closed - Opened by carlzulauf over 9 years ago - 1 comment

#54 - Enumerable#reverse_each.detect is even faster than Enumerable#reverse.detect

Issue - State: closed - Opened by michaelmior over 9 years ago - 2 comments

#53 - ends_with? advice incorrect

Issue - State: closed - Opened by willbryant over 9 years ago

#52 - Add Array#sort#bsearch example to bsearch-vs-find

Pull Request - State: closed - Opened by mrThe over 9 years ago - 4 comments

#51 - Add Kernel#raise vs E2MM#Raise

Pull Request - State: closed - Opened by sshaw over 9 years ago - 3 comments

#50 - Return nil from assignment benchmarks

Pull Request - State: closed - Opened by haileys over 9 years ago - 4 comments

#49 - !Array#empty? vs Array#any?

Pull Request - State: closed - Opened by edbond over 9 years ago - 8 comments

#48 - Compare array.any and !array.empty?

Issue - State: closed - Opened by gogainda over 9 years ago - 2 comments

#47 - String#chomp can be faster than String#sub

Pull Request - State: closed - Opened by bquorning over 9 years ago - 4 comments

#46 - Add benchmark between array + and concat method

Pull Request - State: closed - Opened by xjyjp over 9 years ago - 1 comment

#45 - Suggestion! Add comment on each example why one method is faster than another

Issue - State: closed - Opened by xjyjp over 9 years ago - 1 comment
Labels: Suggestion

#44 - Add Range#cover? versus Range#include? example

Pull Request - State: closed - Opened by JuanitoFatas over 9 years ago - 3 comments

#43 - Add comparison from this article

Issue - State: open - Opened by gogainda over 9 years ago - 2 comments
Labels: Hash

#42 - Hash#merge({}) vs Hash#dup#merge!({}) vs {}#merge!(Hash)

Pull Request - State: closed - Opened by bejmuller over 9 years ago - 6 comments

#41 - Add String#sub! vs String#[]=

Pull Request - State: closed - Opened by sshaw over 9 years ago - 11 comments

#40 - Three paths for calling method

Pull Request - State: closed - Opened by leosaullv over 9 years ago - 1 comment

#39 - Hash#fetch with argument vs Hash#fetch + block

Issue - State: closed - Opened by mnarayan01 almost 10 years ago - 5 comments

#38 - Hash vs OpenStruct

Pull Request - State: closed - Opened by ablignaut almost 10 years ago - 3 comments

#37 - Fix typo in url

Pull Request - State: closed - Opened by linchus almost 10 years ago - 1 comment

#36 - Fix warning from code/general/assignment example on Travis

Issue - State: closed - Opened by JuanitoFatas almost 10 years ago

#35 - taking issue with Hash#fetch with argument vs Hash#fetch + block code

Issue - State: closed - Opened by tjchambers almost 10 years ago - 1 comment

#34 - Add array << vs push benchmark

Issue - State: closed - Opened by novokshonovi almost 10 years ago - 2 comments

#33 - assignment for array elements

Pull Request - State: closed - Opened by u2 almost 10 years ago - 2 comments

#32 - Array#first vs Array#[](0) and Array#last vs Array#(-1)

Pull Request - State: closed - Opened by vpereira almost 10 years ago - 1 comment

#31 - Update README.md

Pull Request - State: closed - Opened by FreedomBen almost 10 years ago - 1 comment

#30 - correct bsearch with shuffle

Pull Request - State: closed - Opened by nickskalkin almost 10 years ago

#29 - Not correct comparing

Issue - State: closed - Opened by nickskalkin almost 10 years ago - 6 comments

#28 - Adding Array#reverse.index vs Array#size - Array#index - 1

Pull Request - State: closed - Opened by theunraveler almost 10 years ago - 7 comments

#27 - Update all examples and results for fast comes first

Issue - State: open - Opened by JuanitoFatas almost 10 years ago - 1 comment

#26 - select.last vs reverse.detect

Pull Request - State: closed - Opened by DamirSvrtan almost 10 years ago - 1 comment

#25 - Update README to fix the 'each vs for' link

Pull Request - State: closed - Opened by JamesChevalier almost 10 years ago - 1 comment

#24 - Block vs. Symbol#to_proc

Issue - State: closed - Opened by nning almost 10 years ago - 4 comments

#23 - Needs an article on JRUBY vs MRI

Issue - State: closed - Opened by ninkibah almost 10 years ago - 3 comments

#22 - Methods defined with `define_method` are slower to call

Issue - State: open - Opened by janko almost 10 years ago - 1 comment
Labels: Suggestion

#21 - Attr accessor example.

Pull Request - State: closed - Opened by DamirSvrtan almost 10 years ago - 3 comments

#20 - Fix each_with_index vs while loop link

Pull Request - State: closed - Opened by DamirSvrtan almost 10 years ago - 1 comment

#19 - Export benchmarked data into json, csv

Issue - State: open - Opened by JuanitoFatas about 10 years ago - 6 comments
Labels: Suggestion

#18 - Add inject vs each_with_object

Pull Request - State: closed - Opened by sshaw about 10 years ago - 3 comments

#17 - fix code name

Pull Request - State: closed - Opened by zhangyuan about 10 years ago - 1 comment

#16 - Automate the README generation.

Issue - State: closed - Opened by JuanitoFatas about 10 years ago - 1 comment

#15 - Add benchmark for #count vs. #size.

Pull Request - State: closed - Opened by majjoha about 10 years ago - 1 comment

#14 - Add benchmark for #each vs. for loop.

Pull Request - State: closed - Opened by majjoha about 10 years ago - 3 comments

#13 - Default rake task now perform all test cases under "code/" folder.

Pull Request - State: closed - Opened by nmeylan about 10 years ago - 2 comments

#12 - Added benchmark for select the first element matching in an Enumerable.

Pull Request - State: closed - Opened by nmeylan about 10 years ago - 1 comment

#11 - Hash#compare_by_identity is missing

Issue - State: closed - Opened by Asmod4n about 10 years ago

#10 - Added benchmark for two define method approaches

Pull Request - State: closed - Opened by gogainda about 10 years ago - 1 comment

#9 - Correct flat map example

Pull Request - State: closed - Opened by ShPakvel over 10 years ago - 4 comments

#8 - Update with new slide content

Issue - State: closed - Opened by JuanitoFatas over 10 years ago - 1 comment

#7 - Add travis.

Pull Request - State: closed - Opened by JuanitoFatas over 10 years ago

#6 - Add an article about hash injection

Issue - State: closed - Opened by gogainda over 10 years ago - 3 comments
Labels: Enumerable

#5 - Expand README with Ruby version and AS core.

Issue - State: closed - Opened by JuanitoFatas over 10 years ago - 8 comments

#4 - Added casecmp/downcase + == and sort/sort_by

Pull Request - State: closed - Opened by sshaw over 10 years ago - 1 comment

#3 - match vs (strat/end)_with?

Pull Request - State: closed - Opened by JuanitoFatas over 10 years ago