Ending the predominance of the Array in Ruby

This page summarizes the projects mentioned and recommended in the original post on /r/ruby

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • grizzly-rb

    The Ruby library you will love to hate

  • Have you checked these examples? If you remove all the comments and rerun the script you'll get the feel for what it does.

  • spec

    The Ruby Spec Suite aka ruby/spec (by ruby)

  • Testing: Interestingly, most of the work was figuring out how to test the library reliably. Grizzly-rb is proudly tested against the ruby/spec repository using Mspec and Rubocop. Special thank you to the person recommending Rubocop in a previous post.  The tests cover Enumerable, Array, Enumerator and Enumerator::Lazy classes.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • idempotent_enumerable

    IdempotentEnumerable is like Enumerable but preserves original collection class

  • I once solved a similar problem with this approach. Never used it since, though :)

  • rubygems

    Library packaging and distribution for Ruby.

  • gemfile do source 'https://rubygems.org' gem 'grizzly-rb', require: 'grizzly' end

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • RVM Ruby 2.6.0 — built with custom openssl version on Ubuntu 22.04

    2 projects | dev.to | 26 Apr 2024
  • Building a Sinatra app in Ruby

    1 project | dev.to | 9 Apr 2024
  • How to deploy a Rails 7 app to Heroku

    1 project | dev.to | 18 Mar 2024
  • Building a Christmas-Themed Chatbot: My ServerlessGuru Hackathon Journey

    5 projects | dev.to | 17 Dec 2023
  • Finding your way around Rails code

    2 projects | dev.to | 11 Dec 2023