Gems
Eliminate allocations on Model.respond_to? calls by tenderlove
We're trying to make instantiating models cheaper (for example doing Post.new), and discovered in the course of profiling that respond_to? is responsible for some amount of initialization allocations.
This patch changes Model.respond_to? to not a...
yoshoku/rumale: Rumale is a machine learning library in Ruby
Rumale (Ruby machine learning) is a machine learning library in Ruby. Rumale provides machine learning algorithms with interfaces similar to Scikit-Learn in Python. Rumale supports Support Vector Machine, Logistic Regression, Ridge, Lasso, Multi-l...
GitHub - rage-rb/rage: Fast web framework compatible with Rails.
Inspired by Deno and built on top of Iodine, this is a Ruby web framework that is based on the following design principles:
Rails compatible API - Rails' API is clean, straightforward, and simply makes sense. It was one of the reasons why Rails w...