Mateus Pereira

Results 33 comments of Mateus Pereira

Is this something we still want to look at? I can also submit a PR for this if needed.

So, I'm keen to help on this if needed, but I'm unsure exactly what this does, since I'm not that familiar with rake yet. I understood the concept but, for...

Yeah. I'll close this issue as I also see this more as a collection of idioms rather that a gem. But it can definitely be discussed wether functionality can or...

So... I ran this benchmark using ruby 3 and there really wasn't much of a difference. Here's the script I ran: ```ruby require 'benchmark/ips' HASH = { a: 2, b:...

So, should we add this? @ashwinisukale What do you think?

For now we're trying to tidy up the project, but we can definitely look into providing benchmarks using other ruby implementations. Closing this since the PR has been merged.

@AlexWayfer If you're still interested in this, feel free to open a PR. All you need to do is follow the guidelines in the [CONTRIBUTING.md](https://github.com/fastruby/fast-ruby/blob/main/CONTRIBUTING.md).

Hmm this is interesting, actually. Although if we're going to randomize things, I also do believe we'd need things to be averaged out. Did you test multiple runs of your...

I agree with @kbrock and @nirvdrum. There's no good reason to restrict things to UTF-8 because all things should be international. They should follow the actual use cases. @AlexWayfer do...

Not sure if this makes much sense... saying `false == false` in a codebase is just confusing.